-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
46 lines (46 loc) · 1.14 KB
/
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
{
"name": "appdev",
"version": "0.7.0",
"description": "command line utilities for appDev projects",
"main": "lib/main.js",
"bin": {
"appdev": "bin/appDev.js",
"appdevDebug": "bin/appDevDebug.js"
},
"dependencies": {
"ad-utils": "appdevdesigns/ad-utils#develop",
"async": "^0.9.0",
"cheerio": "~0.19.0",
"circular-json": "^0.1.6",
"cli-table": "^0.3.0",
"colog": "~0.1.8",
"commander": "~2.9.0",
"ejs": "~2.5.5",
"lodash": "^4.0.0",
"moment": "^2.8.4",
"mysql": "^2.6.2",
"read": "~1.0.7"
},
"devDependencies": {
"mocha": "~1.12.1",
"chai": "~1.7.2",
"jquery": "~2.1.4",
"grunt": "0.4.1",
"ejs": "0.8.4",
"optimist": "0.3.4",
"sails": "git://github.com/balderdashy/sails",
"sails-disk": "git://github.com/balderdashy/sails-disk",
"sails-mysql": "git://github.com/balderdashy/sails-mysql"
},
"scripts": {
"start": "node app.js",
"debug": "node --debug app.js",
"test": "make test"
},
"author": "Johnny Hausman",
"license": "GPLv3",
"repository": {
"type": "git",
"url": "git://github.com/appdevdesigns/appdev-cli.git"
}
}