forked from jacobp100/node-gcm-ccs
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 692 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 692 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
{
"name": "node-gcm-ccs",
"version": "0.1.3",
"description": "Google Cloud Messaging via XMPP",
"main": "node-gcm-ccs.js",
"dependencies": {
"async": "2.0.0-rc.5",
"node-xmpp-client": "3.0.1"
},
"devDependencies": {
"sinon": "^1.17.4",
"tap": "^5.7.1"
},
"scripts": {
"test": "tap --cov ./test/*.js"
},
"author": "",
"index": "index.js",
"license": "BSD-2-Clause",
"homepage": "https://github.com/jacobp100/node-gcm-ccs",
"bugs": {
"url": "https://github.com/jacobp100/node-gcm-ccs/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/jacobp100/node-gcm-ccs.git"
},
"engines": {
"node": ">= 4.0.0"
}
}