This repository has been archived by the owner on Apr 21, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
70 lines (70 loc) · 1.9 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "cottontail",
"version": "0.0.2",
"main": "server/app.js",
"bin": {
"cottontail": "server/app.js"
},
"dependencies": {
"async": "^1.5.2",
"body-parser": "~1.5.0",
"chalk": "^1.1.1",
"commander": "^2.8.1",
"compression": "~1.0.1",
"cookie-parser": "~1.0.1",
"ejs": "~0.8.4",
"errorhandler": "~1.0.0",
"express": "~4.9.0",
"express-jwt": "^3.0.0",
"express-session": "~1.0.2",
"fs-extra": "^0.23.1",
"inquirer": "^0.9.0",
"json2yaml": "^1.0.3",
"lodash": "~2.4.1",
"method-override": "~1.0.0",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"morgan": "~1.0.0",
"node-dir": "^0.1.8",
"node-uuid": "^1.4.1",
"open": "0.0.5",
"path-is-absolute": "^1.0.0",
"q": "^1.4.1",
"serve-favicon": "^2.3.0",
"winston": "^0.7.3",
"winston-graylog2": "git://github.com/ivanbatic/winston-graylog2.git#69a74ff89786c7b17b565b28df97979bb8d66419",
"yaml-js": "^0.1.3"
},
"devDependencies": {
"babel-cli": "^6.4.5",
"babel-preset-es2015": "^6.3.13",
"connect-livereload": "~0.4.0",
"jshint-stylish": "~0.1.5",
"karma": "~0.12.9",
"karma-chrome-launcher": "~0.1.3",
"karma-coffee-preprocessor": "~0.2.1",
"karma-firefox-launcher": "~0.1.3",
"karma-html2js-preprocessor": "~0.1.0",
"karma-jade-preprocessor": "0.0.11",
"karma-jasmine": "~0.1.5",
"karma-ng-html2js-preprocessor": "~0.1.0",
"karma-ng-jade2js-preprocessor": "^0.1.2",
"karma-ng-scenario": "~0.1.0",
"karma-phantomjs-launcher": "~0.1.4",
"karma-requirejs": "~0.2.1",
"karma-script-launcher": "~0.1.0",
"open": "~0.0.4",
"requirejs": "~2.1.11",
"should": "~3.3.1",
"supertest": "~0.11.0"
},
"engines": {
"node": ">=4.2.0"
},
"scripts": {
"start": "node server/app.js",
"test": "./node_modules/.bin/jasmine",
"package": "./cli/pack.sh"
},
"private": true
}