forked from Neil-UWA/loopback-remote-routing
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 797 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 797 Bytes
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
{
"name": "loopback-remote-routing",
"version": "1.3.0",
"description": "easily disable remote methods",
"main": "index.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha --recursive ./test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Neil-UWA/loopback-remote-routing.git"
},
"keywords": [
"loopback",
"remote",
"methods"
],
"author": "Neil",
"license": "ISC",
"bugs": {
"url": "https://github.com/Neil-UWA/loopback-remote-routing/issues"
},
"homepage": "https://github.com/Neil-UWA/loopback-remote-routing#readme",
"dependencies": {
"lodash": "^3.10.1"
},
"devDependencies": {
"chai": "^3.4.1",
"loopback": "^2.25.0",
"loopback-datasource-juggler": "^2.41.2",
"mocha": "^2.3.4"
}
}