forked from loopbackio/loopback-connector-rest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.12 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": "loopback-connector-rest-relaxed",
"version": "1.10.0",
"description": "Loopback REST Connector",
"keywords": [
"StrongLoop",
"LoopBack",
"REST",
"DataSource",
"Connector"
],
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha --timeout 30000 test/*test.js"
},
"dependencies": {
"lodash": "^3.2.0",
"request": "^2.53.0",
"qs": "^2.3.3",
"mime": "^1.3.4",
"methods": "^1.1.1",
"traverse": "^0.6.6",
"JSONPath": "^0.10.0",
"debug": "^2.1.1"
},
"devDependencies": {
"bluebird": "^2.9.24",
"body-parser": "^1.12.0",
"express": "^4.12.0",
"loopback": "2.x.x",
"loopback-datasource-juggler": "2.x.x",
"mocha": "^2.1.0",
"should": "^5.0.1"
},
"repository": {
"type": "git",
"url": "https://github.com/emanuelecasadio/loopback-connector-rest-relaxed.git"
},
"license": {
"name": "Dual MIT/StrongLoop",
"url": "https://github.com/strongloop/loopback-connector-rest/blob/master/LICENSE"
},
"optionalDependencies": {
"sl-blip": "http://blip.strongloop.com/[email protected]"
}
}