-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.09 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.09 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "yote",
"version": "0.9.3",
"yote-version": "0.9.0",
"description": "cli to generate yote apps",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/fugitivelabs/yote-cli.git"
},
"keywords": [
"yote",
"cli",
"generate",
"app",
"mern",
"node",
"mongo",
"mongoose",
"redux",
"react",
"reactjs",
"coyote"
],
"author": "Fugitive Labs",
"contributors": [
"Erik Guffrey <erik@fugitivelabs.com>",
"Grant Fowler <grant@fugitivelabs.com>"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/fugitivelabs/yote-cli/issues"
},
"homepage": "https://github.com/fugitivelabs/yote-cli",
"bin": {
"yote": "yote-cli.js"
},
"dependencies": {
"chalk": "^0.5.1",
"cli-spinner": "^0.2.6",
"commander": "^2.3.0",
"lodash": "^4.17.4",
"pluralize": "^7.0.0",
"prompt": "^0.2.13",
"promptly": "^0.2.0",
"react-native-cli": "^2.0.1",
"shelljs": "^0.8.2",
"ttab": "^0.6.1"
}
}