-
Notifications
You must be signed in to change notification settings - Fork 93
/
package.json
71 lines (71 loc) · 1.66 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
{
"name": "strong-remoting",
"description": "StrongLoop Remoting Module",
"keywords": [
"StrongLoop",
"LoopBack",
"Remoting",
"REST"
],
"author": "IBM Corp.",
"version": "3.17.0",
"scripts": {
"coverage": "nyc report --reporter=text-lcov | coveralls",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": "nyc mocha",
"posttest": "npm run lint"
},
"engines": {
"node": ">=8"
},
"dependencies": {
"async": "^3.1.0",
"body-parser": "^1.12.4",
"debug": "^4.1.1",
"depd": "^2.0.0",
"escape-string-regexp": "^2.0.0",
"eventemitter2": "^5.0.1",
"express": "4.x",
"inflection": "^1.7.1",
"jayson": "^2.0.5",
"js2xmlparser": "^3.0.0",
"loopback-datatype-geopoint": "^1.0.0",
"loopback-phase": "^3.1.0",
"mux-demux": "^3.7.9",
"qs": "^6.2.1",
"request": "^2.83.0",
"sse": "0.0.8",
"strong-error-handler": "^3.0.0",
"strong-globalize": "^5.0.2",
"traverse": "^0.6.6",
"xml2js": "^0.4.8"
},
"devDependencies": {
"bluebird": "^3.4.1",
"chai": "^4.1.2",
"coveralls": "^3.0.1",
"dirty-chai": "^2.0.1",
"eslint": "^6.5.1",
"eslint-config-loopback": "^13.1.0",
"event-stream": "^4.0.1",
"eventsource": "^1.0.5",
"http-auth": "^3.0.1",
"mocha": "^6.2.1",
"nyc": "^14.1.1",
"requirejs": "^2.2.0",
"socket.io": "^2.1.1",
"supertest": "^4.0.2"
},
"repository": {
"type": "git",
"url": "https://github.com/strongloop/strong-remoting"
},
"browser": {
"express": false,
"body-parser": false,
"js2xmlparser": false,
"strong-error-handler": false
},
"license": "Artistic-2.0"
}