-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 859 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
{
"name": "loopback",
"version": "1.0.0",
"main": "server/server.js",
"scripts": {
"pretest": "jshint ."
},
"dependencies": {
"bluebird": "^3.1.1",
"body-parser": "^1.14.2",
"cheerio": "latest",
"compression": "^1.0.3",
"cors": "^2.5.2",
"dynamodb": "git+https://github.com/totemstech/node-dynamodb.git",
"jade": "^1.11.0",
"loopback": "^2.22.0",
"loopback-boot": "^2.6.5",
"loopback-component-explorer": "^2.1.0",
"loopback-connector-mongodb": "^1.13.2",
"loopback-datasource-juggler": "^2.39.0",
"q": "^1.4.1",
"request": "^2.67.0",
"serve-favicon": "^2.0.1"
},
"devDependencies": {
"grunt-contrib-jshint": "^0.11.3",
"grunt-loopback-sdk-angular": "^1.1.2",
"jshint": "^2.5.6"
},
"repository": {
"type": "",
"url": ""
},
"description": "loopback"
}