-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
40 lines (40 loc) · 879 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
{
"name": "november-cli",
"version": "0.2.1",
"description": "Generate a Node.js API for your Ember.js app ",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"preferGlobal": true,
"bin": {
"november": "index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/t4t5/november-cli"
},
"keywords": [
"ember",
"emberjs",
"node",
"nodejs",
"sequelize",
"backend",
"orm"
],
"author": "Tristan Edwards <[email protected]> (http://tristanedwards.me)",
"license": "MIT",
"dependencies": {
"async": "^0.9.0",
"bluebird": "^2.9.24",
"cli-spinner": "^0.2.1",
"colors": "^1.0.3",
"fs-finder": "^1.8.0",
"inflect": "^0.3.0",
"mkdirp": "^0.5.0",
"prettyjson": "^1.1.0",
"promised-exec": "^1.0.1",
"ncp": "^2.0.0"
}
}