-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
79 lines (79 loc) · 1.9 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "enyo-dev",
"version": "0.5.2",
"description": "Packaging and developer management tools for Enyo 2.x",
"main": "index.js",
"repository": "https://github.com/enyojs/enyo-dev",
"bin": {
"enyo-pack": "./bin/enyo-pack.js",
"epack": "./bin/enyo-pack.js",
"enyo-serve": "./bin/enyo-serve.js",
"eserve": "./bin/enyo-serve.js",
"enyo-gen": "./bin/enyo-gen.js",
"egen": "./bin/enyo-gen.js",
"enyo": "./bin/enyo.js"
},
"scripts": {
"test": "./node_modules/.bin/mocha",
"postinstall": "node ./bin/upgrade.js"
},
"author": "Cole Davis <[email protected]>",
"maintainers": [
{
"name": "Enyo JS Framework Team",
"web": "http://enyojs.com/"
}
],
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"engines": {
"node": ">=0.12.2"
},
"dependencies": {
"archy": "^1.0.0",
"array-uniq": "^1.0.2",
"babel": "^5.8.23",
"bluebird": "^2.9.33",
"bunyan": "^1.3.5",
"chalk": "^1.0.0",
"chokidar": "^1.0.5",
"clean-css": "^3.1.8",
"clone": "^1.0.2",
"combine-source-map": "^0.6.1",
"convert-source-map": "^1.1.0",
"d3": "^3.5.6",
"defaults": "^1.0.2",
"defined": "^1.0.0",
"detective": "^4.0.1",
"express": "^4.12.3",
"find-index": "^0.1.1",
"fs-extra": "^0.18.2",
"gift": "^0.6.1",
"glob": "^5.0.3",
"inquirer": "^0.8.5",
"is-glob": "^2.0.0",
"jade": "^1.11.0",
"jquery": "^2.1.4",
"less": "^2.5.0",
"md5": "^2.0.0",
"merge": "^1.2.0",
"minimist": "^1.1.1",
"nomnom": "^1.8.1",
"osenv": "^0.1.2",
"promise-polyfill": "^2.1.0",
"resolution-independence": "^0.0.3",
"slash": "~1.0.0",
"through2": "^0.6.3",
"uglify-js": "^2.4.17",
"winston": "^1.0.0"
},
"devDependencies": {
"chai": "^3.2.0",
"chai-as-promised": "^5.1.0",
"mocha": "^2.2.5"
}
}