forked from strongloop/loopback-component-push
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.08 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
{
"name": "loopback-component-push",
"version": "1.4.2",
"description": "Loopback Push Notification",
"keywords": [
"StrongLoop Labs",
"LoopBack",
"Push Notification",
"mobile",
"component"
],
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha --timeout 30000 test/*test.js"
},
"dependencies": {
"async": "~0.9.0",
"debug": "~1.0.2",
"apn": "~1.6.0",
"node-gcm": "~0.9.11",
"mpns": "~2.1.0",
"node-cache": "~1.0.2"
},
"devDependencies": {
"loopback": "1.x >=1.7.0",
"loopback-connector-mongodb": "1.x",
"loopback-testing": "~0.2.0",
"should": "*",
"mocha": "*",
"sinon": "*",
"chai": "*",
"deep-extend": "*"
},
"repository": {
"type": "git",
"url": "https://github.com/strongloop/loopback-component-push.git"
},
"license": {
"name": "Dual Artistic-2.0/StrongLoop",
"url": "https://github.com/strongloop/loopback-component-push/blob/master/LICENSE"
},
"optionalDependencies": {
"sl-blip": "http://blip.strongloop.com/[email protected]"
}
}