-
Notifications
You must be signed in to change notification settings - Fork 55
/
package.json
36 lines (36 loc) · 1008 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
{
"author": "Paul Irish, Divya Manian",
"name": "node-build-script",
"description": "HTML5 Boilerplate node build script - Professional front-end template. So much goodness baked in by default",
"version": "0.2.3",
"homepage": "http://h5bp.com",
"bin": {
"html5-boilerplate": "./bin/h5bp",
"h5bp": "./bin/h5bp"
},
"main": "./h5bp",
"dependencies": {
"rimraf": "~2.0.1",
"mkdirp": "~0.3.1",
"ncp": "~0.2.6",
"requirejs": "~1.0.8",
"almond": "~0.1.1",
"clean-css": "~0.3.2",
"connect": "~1.8.6",
"grunt": "~0.3.8",
"socket.io": "~0.9.5",
"request": "~2.9.202",
"html-minifier": "~0.4.5",
"which": "~1.0.5",
"fstream": "~0.1.18",
"fstream-ignore": "0.0.5"
},
"devDependencies": {
"mocha": "~1.0.3",
"mocha-gherkin": "http://github.com/mklabs/mocha-gherkin/tarball/master"
},
"scripts": {
"pretest": "git submodule update --init",
"test": "node node_modules/mocha/bin/mocha test/tasks/*.js --silent"
}
}