-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
51 lines (51 loc) · 1005 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
45
46
47
48
49
50
51
{
"name": "mikey",
"version": "3.10.3",
"description":
"Mikey is a React-Redux framework for generating React-Redux projects and React-Redux files.",
"author": "Michael Farrell",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/Mikeysax/mikey"
},
"keywords": [
"mikey",
"framework",
"generator",
"generate",
"cli",
"react",
"react-redux",
"redux",
"webpack",
"development",
"tool",
"build",
"dev",
"app",
"universal",
"isomorphic",
"hotreload"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "MIT",
"bin": {
"mikey": "./index.js"
},
"dependencies": {
"colors": "^1.1.2",
"commander": "^2.9.0",
"fs-extra": "^0.28.0",
"inquirer": "^1.0.3",
"lodash": "^4.11.1",
"node-find-folder": "^0.1.25",
"prepend-file": "^1.3.0",
"yarn": "^1.3.2"
},
"devDependencies": {
"mocha": "^2.4.5"
}
}