-
Notifications
You must be signed in to change notification settings - Fork 77
/
Copy pathpackage.json
45 lines (45 loc) · 997 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "gulp-handlebars",
"version": "5.0.2",
"description": "Handlebars plugin for gulp",
"main": "index.js",
"dependencies": {
"handlebars": "^4.0.0",
"plugin-error": "^0.1.2",
"replace-ext": "^1.0.0",
"through2": "^2.0.3"
},
"devDependencies": {
"vinyl": "^2.1.0",
"gulp": "^4.0.0",
"gulp-concat": "^2.5.2",
"gulp-declare": "^0.3.0",
"gulp-define-module": "^0.1.1",
"gulp-wrap": "^0.13.0",
"mocha": "^4.1.0",
"nsdeclare": "^0.1.0",
"should": "^13.2.0"
},
"scripts": {
"test": "./node_modules/.bin/mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/lazd/gulp-handlebars.git"
},
"keywords": [
"gulpplugin",
"handlebars"
],
"author": "Larry Davis <lazdnet@gmail.com>",
"contributors": [
"Whitney Young <wbyoung@fadingred.com>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/lazd/gulp-handlebars/issues"
},
"engines": {
"node": ">=0.10"
}
}