forked from loopbackio/loopback-connector-rest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.03 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
{
"name": "loopback-connector-rest",
"version": "3.0.0-alpha.1",
"description": "Loopback REST Connector",
"engines": {
"node": ">=4"
},
"keywords": [
"StrongLoop",
"LoopBack",
"REST",
"DataSource",
"Connector"
],
"main": "index.js",
"scripts": {
"lint": "eslint .",
"test": "mocha --timeout 30000 test/*test.js",
"posttest": "npm run lint"
},
"dependencies": {
"debug": "^2.1.1",
"jsonpath-plus": "^0.14.0",
"lodash": "^4.6.1",
"methods": "^1.1.1",
"mime": "^1.3.4",
"qs": "^6.1.0",
"request": "^2.53.0",
"strong-globalize": "^2.6.0",
"traverse": "^0.6.6"
},
"devDependencies": {
"bluebird": "^3.3.4",
"body-parser": "^1.12.0",
"eslint": "^2.7.0",
"eslint-config-loopback": "^1.0.0",
"express": "^4.12.0",
"loopback-datasource-juggler": "^3.0.0",
"mocha": "^2.1.0",
"should": "^8.2.2"
},
"repository": {
"type": "git",
"url": "https://github.com/strongloop/loopback-connector-rest.git"
},
"license": "MIT"
}