This commit is contained in:
Andrew Naylor 2010-10-09 00:11:34 +01:00
Родитель cdfb4e75de
Коммит b785c6e0ff
1 изменённых файлов: 16 добавлений и 0 удалений

16
package.json Normal file
Просмотреть файл

@ -0,0 +1,16 @@
{
"name": "apn",
"description": "An interface to the Apple Push Notification service for Node.js",
"version": "1.0.0",
"author": "Andrew Naylor <argon@mkbot.net>",
"contributors": [
{ "name": "Andrew Naylor", "email": "argon@mkbot.net" }
],
"keywords": ["apple", "push", "push notifications", "iOS", "apns"],
"main": "lib/apn.js",
"repository": {
"type": "git",
"url": "http://github.com/argon/node-apn.git"
},
"engines": { "node": ">= 0.2.0" }
}