-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
82 lines (82 loc) · 1.96 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "loopback-component-remote-ctx",
"description": "add the remote context to the specified remote methods of the loopback application.",
"version": "0.3.3",
"author": {
"name": "Riceball LEE",
"email": "[email protected]",
"url": "https://github.com/snowyu"
},
"contributors": [
{
"name": "Riceball LEE",
"email": "[email protected]",
"url": "https://github.com/snowyu"
}
],
"maintainers": [
{
"name": "Riceball LEE",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "https://github.com/snowyu/loopback-component-remote-ctx.js.git"
},
"keywords": [
"loopback",
"strongloop",
"remote method",
"remote context"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/snowyu/loopback-component-remote-ctx.js/issues"
},
"homepage": "https://github.com/snowyu/loopback-component-remote-ctx.js",
"files": [
"README.md",
"LICENSE-MIT",
"*.js",
"*.coffee",
"test",
"src",
"lib"
],
"main": "./index",
"scripts": {
"test": "grunt test",
"test-cov": "mocha --reporter dot && istanbul report text-summary lcovonly"
},
"dependencies": {
"bluebird": "^3.4.0",
"debug": "^2.2.0",
"util-ex": "^0.3.15"
},
"peerDependencies": {
"loopback": ">=2.37.0"
},
"devDependencies": {
"chai": "~3.5.0",
"coffee-coverage": "^1.0.1",
"coffee-script": "^1.10.0",
"grunt": "~1.0.1",
"grunt-contrib-clean": "~1.0.0",
"grunt-contrib-coffee": "~1.0.0",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-watch": "~1.0.0",
"grunt-mocha-test": "~0.12.7",
"grunt-newer": "~1.2.0",
"grunt-release": "~0.13.1",
"istanbul": "^0.4.3",
"loopback-boot": "^2.16.0",
"loopback-component-fixtures": "^0.0.6",
"mocha": "~2.4.5",
"mocha-sinon": "latest",
"rimraf": "~2.5.2",
"shasum": "1.0.0",
"sinon": "~1.17.4",
"sinon-chai": "~2.8.0"
}
}