-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
35 lines (35 loc) · 910 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
30
31
32
33
34
35
{
"name": "beaconpush",
"version": "0.1.0",
"description": "node.js client for the Beaconpush API (cloud hosted service for Web Sockets and other push technologies)",
"homepage": "http://beaconpush.com",
"author": "Carl Byström <cgbystrom@gmail.com>",
"keywords": ["websocket", "websockets", "realtime", "html5", "cloud", "push"],
"repository": {
"type": "git",
"url": "https://github.com/cgbystrom/node-beaconpush.git"
},
"bugs": {
"web": "https://github.com/cgbystrom/node-beaconpush/issues"
},
"main": "./lib/index.js",
"directories": {
"lib": "./lib"
},
"engines": {
"node": ">= 0.4.0"
},
"dependencies": {
"request": ">= 1.2.0"
},
"devDependencies": {
"coffee-script": ">= 1.0.1",
"vows": "0.5.6"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/cgbystrom/node-beaconpush/raw/master/LICENSE"
}
]
}