ancs
Version:
A node.js lib to access the Apple Notification Center Service (ANCS)
34 lines (33 loc) • 686 B
JSON
{
"name": "ancs",
"version": "0.1.2",
"description": "A node.js lib to access the Apple Notification Center Service (ANCS)",
"main": "index.js",
"scripts": {
"test": "jshint *.js lib/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/sandeepmistry/node-ancs.git"
},
"keywords": [
"ANCS",
"Apple",
"Notification",
"Center",
"Service",
"Apple Notification Center Service",
"iOS"
],
"author": "Sandeep Mistry",
"license": "MIT",
"bugs": {
"url": "https://github.com/sandeepmistry/node-ancs/issues"
},
"devDependencies": {
"jshint": "~2.1.11"
},
"dependencies": {
"noble": "~0.3.9"
}
}