-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.05 KB
/
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
46
{
"name": "customizr",
"version": "1.0.0-alpha",
"description": "Build out a lean, mean Modernizr machine.",
"main": "src",
"bin": {
"customizr": "bin/customizr"
},
"scripts": {
"pretest": "node test/pretest.js",
"test": "node test/runner.js",
"postinstall": "node scripts/postinstall.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Modernizr/customizr.git"
},
"keywords": [
"modernizr",
"customizr"
],
"author": "Richard Herrera",
"license": "MIT",
"bugs": {
"url": "https://github.com/Modernizr/customizr/issues"
},
"homepage": "https://github.com/Modernizr/customizr",
"dependencies": {
"colors": "~1.3.0",
"fast-deep-equal": "~2.0.1",
"glob": "~7.1.2",
"mkdirp": "~0.5.1",
"modernizr": "~3.6.0",
"nopt": "~4.0.1",
"optimist": "~0.6.1",
"promised-io": "~0.3.5",
"underscore": "~1.9.1",
"win-spawn": "^2.0.0"
},
"devDependencies": {
"expect.js": "~0.3.1",
"fs-extra": "~6.0.1",
"mocha": "~5.2.0",
"nexpect": "~0.5.0"
}
}