-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 953 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 953 Bytes
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
{
"name": "flow-router-cli",
"version": "0.0.3",
"description": "Simple CLI for Meteor Flow-Router",
"keywords": [
"meteor",
"cli",
"flow-router"
],
"bugs": {
"url": "https://github.com/richsilv/flow-cli/issues"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"flow-cli": "./flow-cli.js"
},
"author": {
"name": "Richard Silverton",
"email": "richard@richsi.lv"
},
"repository": {
"type": "git",
"url": "https://github.com/richsilv/flow-cli.git"
},
"license": "Apache-2.0",
"dependencies": {
"case": "^1.2.1",
"cli-color": "^1.0.0",
"cli-table": "^0.3.1",
"commander": "^2.8.1",
"ejs": "^2.3.2",
"fibers": "^1.0.6",
"flat-file-db": "^0.1.5",
"jsondir": "^0.1.3",
"lodash.forin": "^3.0.2",
"lodash.isempty": "^3.0.4",
"lodash.pick": "^3.1.0",
"replace-in-file": "^0.2.1"
}
}