-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 850 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
40
41
42
43
44
{
"name": "rn-redux",
"version": "0.3.3",
"license": "MIT",
"author": {
"name": "Tinh Ngo",
"url": "https://github.com/jundat95/rn-redux-cli.git"
},
"description": "React Native CLI tools",
"keywords": [
"react-native",
"react-native-tools",
"base-project",
"react-native-cli",
"node-cli"
],
"main": "index.js",
"engines": {
"node": ">=4"
},
"repository": {
"type": "git",
"url": "https://github.com/jundat95/rn-redux-cli.git"
},
"scripts": {
"test": "mocha"
},
"bin": {
"rn-redux": "index.js"
},
"dependencies": {
"chalk": "^1.1.1",
"copy-dir": "^0.4.0",
"figlet": "^1.2.0",
"inquirer": "^6.1.0",
"minimist": "^1.2.0",
"prompt": "^0.2.14",
"semver": "^5.0.3",
"vnrm": "0.0.11"
},
"devDependencies": {
"mocha": "^5.2.0"
}
}