-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
37 lines (37 loc) · 906 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
{
"name": "handlebars-idom",
"version": "0.2.0",
"description": "",
"main": "lib/compiler.js",
"scripts": {
"test": "NODE_ENV=build gulp test",
"coverage": "NODE_ENV=build gulp coveralls"
},
"bin": {
"hbsidom": "cli.js"
},
"author": "Andrew Humphreys <[email protected]>",
"license": "MIT",
"dependencies": {
"commander": "^2.9.0",
"htmlbars": "^0.14.24",
"incremental-dom": "^0.5.1",
"lodash": "^4.16.4",
"slashes": "^1.0.5"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-coveralls": "^0.1.4",
"gulp-istanbul": "^0.10.3",
"gulp-jscs": "^3.0.2",
"gulp-jshint": "^2.0.0",
"gulp-load-plugins": "^1.2.0",
"gulp-mocha": "^2.2.0",
"gulp-plumber": "^1.1.0",
"incremental-dom": "^0.5.0",
"jscs-stylish": "^0.3.1",
"jshint": "^2.9.1",
"jshint-stylish": "^2.1.0",
"require-dir": "^0.3.0"
}
}