node-apn/package.json

52 строки
1009 B
JSON

{
"name": "apn",
"description": "An interface to the Apple Push Notification service for Node.js",
"version": "1.7.3",
"author": "Andrew Naylor <argon@mkbot.net>",
"contributors": [
{
"name": "Andrew Naylor",
"email": "argon@mkbot.net"
}
],
"keywords": [
"apple",
"push",
"push notifications",
"iOS",
"apns",
"notifications"
],
"main": "index.js",
"bugs": {
"email": "argon@mkbot.net",
"url": "https://github.com/argon/node-apn/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/argon/node-apn.git"
},
"dependencies": {
"node-forge": "0.6.x",
"q": ">1.1.0 < 2.0.0"
},
"devDependencies": {
"chai": "2.x",
"chai-as-promised": "*",
"mocha": "*",
"rewire": "2.3.x",
"sinon": "1.x",
"sinon-chai": "2.x"
},
"scripts": {
"test": "node_modules/.bin/mocha"
},
"jshintConfig": {
"node": true
},
"engines": {
"node": ">= 0.8.0"
},
"license": "MIT"
}