-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
52 lines (52 loc) · 1.21 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
{
"name": "thurgood",
"version": "1.0.0",
"main": "server/server.js",
"scripts": {
"test": "NODE_ENV=test mocha --reporter spec",
"start": "node ."
},
"dependencies": {
"adm-zip": "^0.4.7",
"app-root-path": "^1.0.0",
"bluebird": "^2.9.33",
"body-parser": "^1.13.3",
"compression": "^1.0.3",
"cors": "^2.5.2",
"crypto": "0.0.3",
"errorhandler": "^1.1.1",
"fs-extra": "^0.22.1",
"github": "^0.2.4",
"kue": "^0.9.4",
"lodash": "^3.10.1",
"loopback": "^2.14.0",
"loopback-boot": "^2.6.5",
"loopback-connector-mongodb": "^1.11.3",
"loopback-datasource-juggler": "^2.19.0",
"mongodb-uri": "^0.9.7",
"nodegit": "^0.4.1",
"properties": "^1.2.1",
"request": "^2.58.0",
"sendgrid": "^1.9.0",
"serve-favicon": "^2.0.1",
"ssh-keygen": "^0.2.1",
"strong-logger": "0.0.3",
"winston": "^1.0.1",
"winston-papertrail": "^1.0.1"
},
"optionalDependencies": {
"loopback-explorer": "^1.1.0"
},
"devDependencies": {
"chai": "^3.0.0",
"jshint": "^2.5.6",
"mocha": "^2.2.5",
"nodemon": "^1.4.1",
"supertest": "^1.0.1"
},
"repository": {
"type": "",
"url": ""
},
"description": "thurgood"
}