forked from strongloop/loopback-connector-remote
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.24 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
{
"name": "loopback-connector-remote",
"version": "3.3.1",
"description": "Remote REST API connector for Loopback",
"main": "lib/remote-connector.js",
"keywords": [
"web",
"restful",
"rest",
"StrongLoop"
],
"scripts": {
"test": "grunt",
"posttest": "npm run lint",
"lint": "eslint ."
},
"engines": {
"node": ">=4.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/kraman/loopback-connector-remotekr.git"
},
"contributors": [
"Ritchie Martori <[email protected]> (https://github.com/ritch)",
"Krishna Raman <[email protected]> (https://github.com/kraman)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/strongloop/loopback-connector-remote/issues"
},
"homepage": "http://loopback.io",
"dependencies": {
"eslint": "^4.13.0",
"eslint-config-loopback": "^8.0.0",
"loopback-datasource-juggler": "^3.0.0",
"strong-remoting": "^3.0.0"
},
"devDependencies": {
"assert": "^1.1.2",
"bluebird": "^3.3.5",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-mocha-test": "^0.12.7",
"loopback": "^3.0.0",
"mocha": "^3.0.2",
"sinon": "^4.1.3",
"strong-task-emitter": "^0.0.7"
},
"optionalDependencies": {}
}