forked from electrode-io/electrode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 1.6 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
{
"name": "generator-electrode",
"version": "2.0.1",
"description": "Generate Electrode React App",
"homepage": "http://www.electrode.io",
"repository": {
"type": "git",
"url": "https://github.com/electrode-io/electrode.git"
},
"bugs": {
"url": "https://github.com/electrode-io/electrode/issues"
},
"author": {
"name": "Joel Chen",
"email": "[email protected]",
"url": "https://github.com/jchip"
},
"files": [
"generators",
"component",
"component-add"
],
"main": "generators/index.js",
"keywords": [
"Electrode",
"React",
"yeoman-generator"
],
"dependencies": {
"chalk": "^1.0.0",
"electrode-demo-helper": "^1.0.1",
"generator-license": "^5.0.0",
"generator-travis": "^1.3.0",
"git-remote-origin-url": "^2.0.0",
"github-username": "^2.1.0",
"lodash": "^4.16.1",
"parse-author": "^1.0.0",
"yeoman-generator": "^0.23.4",
"yosay": "^1.0.0"
},
"devDependencies": {
"eslint": "^3.1.1",
"gulp": "^3.9.0",
"gulp-eslint": "^2.0.0",
"gulp-ignore": "^2.0.1",
"gulp-istanbul": "^1.0.0",
"gulp-line-ending-corrector": "^1.0.1",
"gulp-mocha": "^2.0.0",
"gulp-nsp": "^2.1.0",
"gulp-plumber": "^1.0.0",
"mocha": "^3.0.2",
"mockery": "^1.7.0",
"pinkie-promise": "^2.0.1",
"yeoman-assert": "^2.2.1",
"yeoman-test": "^1.4.0"
},
"eslintConfig": {
"env": {
"mocha": true
}
},
"scripts": {
"prepublish": "gulp prepublish",
"test": "gulp"
},
"license": "Apache-2.0",
"engines": {
"node": "^4.4.6 || ^6.2.1",
"npm": "^3.5.3"
}
}