-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
36 lines (36 loc) · 936 Bytes
/
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
{
"name": "loopback-setup-remote-methods-mixin",
"version": "1.2.1",
"description": "Mixin for Loopback, to easily disable remote methods and setup new ones from the model configuration file.",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"posttest": "npm run lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/devsu/loopback-setup-remote-methods-mixin.git"
},
"keywords": [
"loopback",
"mixins",
"mixin",
"remote",
"methods"
],
"author": "César Salazar",
"license": "MIT",
"bugs": {
"url": "https://github.com/devsu/loopback-setup-remote-methods-mixin/issues"
},
"homepage": "https://github.com/devsu/loopback-setup-remote-methods-mixin#readme",
"devDependencies": {
"eslint": "^3.11.1",
"eslint-config-loopback": "^6.0.0",
"jasmine": "^2.5.2"
},
"dependencies": {
"debug": "^2.3.3",
"lodash": "^4.17.2"
}
}