-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.34 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
{
"name": "generator-picantes-react",
"version": "0.1.1",
"description": "Opinionated Generator of React components with styles stories and test",
"homepage": "https://github.com/msaglietto/generator-picantes-react",
"author": {
"name": "Mauricio Saglietto",
"email": "[email protected]",
"url": "https://github.com/msaglietto"
},
"files": [
"generators"
],
"main": "generators/index.js",
"keywords": [
"yeoman-generator",
"react",
"reactjs",
"scaffold",
"component"
],
"dependencies": {
"yeoman-generator": "^1.1.1",
"chalk": "^1.1.3",
"yosay": "^2.0.0"
},
"devDependencies": {
"yeoman-test": "^1.6.0",
"yeoman-assert": "^3.0.0",
"eslint": "^3.19.0",
"eslint-config-xo-space": "^0.16.0",
"gulp": "^3.9.1",
"gulp-eslint": "^3.0.1",
"gulp-exclude-gitignore": "^1.1.1",
"gulp-line-ending-corrector": "^1.0.1",
"gulp-istanbul": "^1.1.1",
"gulp-mocha": "^4.3.1",
"gulp-plumber": "^1.1.0",
"gulp-nsp": "^2.4.2",
"gulp-coveralls": "^0.1.4"
},
"eslintConfig": {
"extends": "xo-space",
"env": {
"mocha": true
}
},
"repository": {
"type": "git",
"url": "https://github.com/msaglietto/generator-picantes-react.git"
},
"scripts": {
"prepublish": "gulp prepublish",
"test": "gulp"
},
"license": "MIT"
}