-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
64 lines (64 loc) · 1.25 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
{
"name": "slush-es20xx",
"version": "2.0.3",
"description": "Full ECMAScript.next development and deployment workflow.",
"main": "slushfile.js",
"keywords": [
"slushgenerator",
"es6",
"es7",
"es2015",
"es2016",
"es.next",
"ecmascript.next",
"js.next",
"javascript.next",
"babel",
"6to5",
"traceur",
"modular",
"modularity",
"workflow",
"generator",
"scaffolding",
"node.js",
"nodejs",
"node",
"web",
"webapp"
],
"repository": {
"type": "git",
"url": "https://github.com/es6rocks/slush-es20xx.git"
},
"bugs": {
"url": "https://github.com/es6rocks/slush-es20xx/issues"
},
"homepage": "https://github.com/es6rocks/slush-es20xx",
"engines": {
"node": ">= 0.10"
},
"scripts": {
"install": "node install.js",
"test": "mocha"
},
"author": {
"name": "Ult Combo",
"email": "ultcombo@gmail.com"
},
"license": "WTFPL",
"dependencies": {
"chalk": "^1.1.0",
"glob": "^5.0.13",
"gulp": "^3.9.0",
"gulp-conflict": "^0.4.0",
"gulp-install": "^0.4.0",
"gulp-template": "^3.0.0",
"inquirer": "^0.8.5",
"lodash": "^3.10.0"
},
"devDependencies": {
"mocha": "^2.2.5",
"should": "^7.0.1"
}
}