-
Notifications
You must be signed in to change notification settings - Fork 38
/
package.json
53 lines (53 loc) · 1.12 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
46
47
48
49
50
51
52
53
{
"name": "apnagent",
"version": "1.1.3",
"description": "Node adapter for Apple Push Notification (APN) service.",
"author": "Jake Luer <[email protected]> (http://qualiancy.com)",
"license": "MIT",
"homepage": "http://apnagent.qualiancy.com",
"contributors": [
"Jake Luer <[email protected]>"
],
"keywords": [
"apn",
"apple",
"push",
"notifications",
"ios",
"iphone",
"ipad"
],
"repository": {
"type": "git",
"url": "[email protected]:logicalparadox/apnagent.git"
},
"bugs": {
"url": "https://github.com/logicalparadox/apnagent/issues"
},
"engines": {
"node": ">= 0.8.0"
},
"main": "./index",
"scripts": {
"test": "make test",
"serve": "serve -L -D --compress docs/out"
},
"dependencies": {
"breeze-async": "0.1.x",
"breeze-queue": "0.4.x",
"drip": "1.1.x",
"facet": "0.4.x",
"lotus": "~1.0.1",
"tea-error": "0.1.x",
"tea-extend": "0.2.x",
"tea-inherits": "0.1.x",
"tea-ms": "0.1.x",
"sherlock": "*"
},
"devDependencies": {
"chai": "*",
"chai-spies": "*",
"mocha": "*",
"serve": "^1.4.0"
}
}