-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
49 lines (49 loc) · 1.19 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
{
"name": "react-scaffolder",
"version": "0.4.0",
"description": "Scaffolding tool for React",
"engines": {
"node": ">=5.12.0"
},
"bin": {
"react": "./bin/initialize.js"
},
"scripts": {
"test": "mocha --timeout=100000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/99xt/react-scaffolder.git"
},
"keywords": [
"react",
"cli"
],
"author": "99xtechnology.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/99xt/react-scaffolder/issues"
},
"homepage": "https://github.com/99xt/react-scaffolder#readme",
"dependencies": {
"ascii-table": "0.0.9",
"chalk": "^2.1.0",
"commander": "^2.19.0",
"directory-tree": "^2.0.0",
"fs.extra": "^1.3.2",
"git-clone": "^0.1.0",
"inquirer": "^3.2.2",
"install": "^0.10.1",
"npm": "^5.3.0",
"ora": "^1.3.0",
"rx": "^4.1.0"
},
"devDependencies": {
"chai": "^4.1.1",
"eslint": "^4.5.0",
"eslint-config-google": "^0.9.1",
"mocha": "^3.0.2",
"prettier": "1.15.3",
"rm": "^0.1.6"
}
}