-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 942 Bytes
/
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
{
"name": "lyef-react-cli",
"version": "1.0.1",
"description": "Command line tool for building decoupled and independent react components based on Lyef React Component.",
"engines": {
"node": ">= 0.10.26",
"npm": ">=1.4.3"
},
"author": "lyef",
"repository": {
"type": "git",
"url": "git+https://github.com/lyef/lyef-react-cli.git"
},
"bin": {
"lyef-react": "./index.js"
},
"keywords": [
"cli",
"react",
"command",
"terminal"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/lyef/lyef-react-cli/issues"
},
"homepage": "https://github.com/lyef/lyef-react-cli",
"dependencies": {
"commander": "^2.9.0",
"glob-stream": "^5.3.2",
"humanize-component": "^0.1.0",
"lodash.camelcase": "^4.3.0",
"lodash.kebabcase": "^4.1.1",
"lodash.template": "^4.3.0",
"ora": "^0.3.0",
"through2-map": "^2.0.0",
"through2-reduce": "^1.1.1"
}
}