forked from strongloop/loopback-component-push
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (34 loc) · 855 Bytes
/
package.json
File metadata and controls
35 lines (34 loc) · 855 Bytes
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
{
"name": "loopback-component-push",
"version": "1.3.1",
"description": "Loopback Push Notification",
"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"
},
"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"
}
}