forked from tjanczuk/wns
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 847 Bytes
/
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
{
"name": "wns",
"author": {
"name": "Tomasz Janczuk <[email protected]>",
"url": "http://tomasz.janczuk.org",
"twitter": "tjanczuk"
},
"version": "0.5.0-pre",
"description": "Send push notifications to Windows 8 devices using WNS",
"tags" : ["azure", "sdk", "windows 8", "notifications", "wns"],
"tags" : ["azure", "sdk", "windows 8", "notifications", "wns"],
"main": "./lib/wns.js",
"engines": { "node": ">= 0.6.17" },
"licenses": [ { "type": "Apache", "url": "http://www.apache.org/licenses/LICENSE-2.0" } ],
"dependencies": {
},
"devDependencies": {
"mocha": "1.2.0",
"nock": "0.13.3"
},
"homepage": "https://github.com/tjanczuk/wns",
"repository": {
"type": "git",
"url": "[email protected]:tjanczuk/wns.git"
},
"bugs" : {
"url" : "http://github.com/tjanczuk/wns/issues"
}
}