-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.01 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.01 KB
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
{
"name": "react-cli-generator",
"version": "1.1.2",
"description": "Command line generator of React components",
"bin": {
"react-cli-generator": "bin/react-cli-generator.js"
},
"scripts": {
"lint": "eslint bin/react-cli-generator.js",
"test_component": "node bin/react-cli-generator.js component",
"push_publish": "git push && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EmeraldWeb/react-cli-generator.git"
},
"author": "Chernov Alexey aka EmeraldWeb (https://github.com/EmeraldWeb)",
"license": "MIT",
"bugs": {
"url": "https://github.com/EmeraldWeb/react-cli-generator/issues"
},
"homepage": "https://github.com/EmeraldWeb/react-cli-generator#readme",
"keywords": [
"react",
"cli",
"generator"
],
"dependencies": {},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.1",
"eslint": "^4.19.1"
}
}