-
Notifications
You must be signed in to change notification settings - Fork 94
/
Copy pathpackage.json
49 lines (49 loc) · 1.07 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
{
"name": "loopback-component-push",
"version": "3.5.0",
"description": "Loopback Push Notification",
"keywords": [
"StrongLoop Labs",
"LoopBack",
"Push Notification",
"mobile",
"component"
],
"main": "index.js",
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": "mocha",
"posttest": "npm run lint"
},
"engines": {
"node": ">=8"
},
"dependencies": {
"apn": "^v2.1.2",
"async": "^1.5.2",
"debug": "^3.1.0",
"lodash": "^4.17.11",
"mpns": "^2.1.0",
"node-cache": "^3.2.1",
"node-gcm": "^1.0.0",
"strong-globalize": "^4.1.1"
},
"devDependencies": {
"chai": "^2.3.0",
"deep-extend": "^0.5.1",
"eslint": "^4.18.2",
"eslint-config-loopback": "^13.1.0",
"loopback": "^3.0.0",
"loopback-connector-mongodb": "^5.0.0",
"mocha": "^4.0.0",
"should": "^6.0.0",
"sinon": "^1.14.0"
},
"repository": {
"type": "git",
"url": "https://github.com/strongloop/loopback-component-push.git"
},
"license": "Artistic-2.0",
"author": "IBM Corp."
}