forked from iainjreid/hapi-apn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.16 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
{
"name": "hapi-apn",
"version": "0.0.4",
"description": "Apple Push Notifications from your Hapi applications using Node APN",
"main": "src/index.js",
"engines": {
"node": ">=8.8.1"
},
"scripts": {
"test": "echo \"Warning: no test specified\""
},
"author": {
"name": "Iain Reid",
"email": "iainreid382@gmail.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iainreid820/hapi-apn.git"
},
"keywords": [
"hapi"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/iainreid820/hapi-apn/issues"
},
"homepage": "https://github.com/iainreid820/hapi-apn#readme",
"dependencies": {
"node-apn-http2": "^1.2.0"
},
"greenkeeper": {
"commitMessages": {
"initialBadge": "Add Greenkeeper badge",
"initialDependencies": "Update dependencies",
"initialBranches": "Whitelist greenkeeper branches",
"dependencyUpdate": "Update ${dependency} to version ${version}",
"devDependencyUpdate": "Update ${dependency} to version ${version}",
"dependencyPin": "Pin ${dependency} to ${oldVersion}",
"devDependencyPin": "Pin ${dependency} to ${oldVersion}"
}
}
}