UNPKG

791 BJSONView Raw
1{
2 "name": "loopback-remote-routing",
3 "version": "1.0.0",
4 "description": "easily disable remote methods",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/Neil-UWA/loopback-remote-routing.git"
12 },
13 "keywords": [
14 "loopback",
15 "remote",
16 "methods"
17 ],
18 "author": "Neil",
19 "license": "ISC",
20 "bugs": {
21 "url": "https://github.com/Neil-UWA/loopback-remote-routing/issues"
22 },
23 "homepage": "https://github.com/Neil-UWA/loopback-remote-routing#readme",
24 "dependencies": {
25 "lodash": "^3.10.1"
26 },
27 "devDependencies": {
28 "chai": "^3.4.1",
29 "loopback": "^2.25.0",
30 "loopback-datasource-juggler": "^2.41.2",
31 "mocha": "^2.3.4"
32 }
33}