-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.35 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
{
"name": "generator-space-kitty",
"version": "1.0.1",
"description": "Yoeman generator for React Components in Space Kitty projects",
"license": "MIT",
"main": "dist/app/index.js",
"homepage": "https://github.com/CapsuleCat/generator-space-kitty",
"author": {
"name": "Ivan Montiel",
"url": "https://github.com/idmontie"
},
"scripts": {
"clean": "rm -rf ./dist",
"build": "bash ./build.sh",
"lint": "gulp lint",
"test": "gulp test"
},
"keywords": [
"yeoman-generator",
"react",
"component",
"space-kitty"
],
"dependencies": {
"chalk": "^1.1.3",
"yeoman-generator": "^1.1.1"
},
"devDependencies": {
"babel-cli": "^6.24.0",
"babel-core": "^6.24.0",
"babel-eslint": "^7.2.1",
"babel-loader": "^6.4.1",
"babel-plugin-transform-builtin-extend": "^1.1.2",
"babel-polyfill": "^6.23.0",
"babel-preset-memosa": "^1.0.1",
"chai": "^3.5.0",
"eslint": "^3.18.0",
"eslint-config-memosa": "^1.0.2",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.3",
"eslint-plugin-sort-class-members": "^1.1.1",
"gulp": "^3.9.1",
"gulp-eslint": "^3.0.1",
"gulp-istanbul": "^1.1.1",
"gulp-mocha": "^4.2.0",
"isparta": "^4.0.0",
"mocha": "^3.2.0"
},
"peerDependencies": {
"yo": "^1.8.5"
}
}