-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
29 lines (29 loc) · 877 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
{
"author": "Christopher John <cojohn@gmail.com>",
"contributors": [
{"name": "Christopher John", "github": "cojohn", "email": "cojohn@gmail.com"},
{"name": "Dave Winders", "github": "daithiw44"},
{"name": "Roberto Hidalgo", "github": "unRob"},
{"name": "Michael Bell", "github": "mbell8903"},
{"name": "Stefano", "github": "stefkohub"}
],
"name": "urban-airship",
"description": "Urban Airship API wrapper.",
"version": "0.4.1",
"devDependencies": {
"mocha": "x.x.x"
},
"repository": {
"type": "git",
"url": "git://github.com/cojohn/node-urban-airship.git"
},
"keywords": ["Urban Airship", "iPhone", "iOS", "Android", "notification", "push", "api", "Urban", "Airship", "UA"],
"license": "MIT",
"main": "./index",
"engines": {
"node": ">= 0.4.10"
},
"scripts": {
"test": "mocha -u tdd --timeout 6500"
}
}