term-notify-server/package.json

21 lines
446 B
JSON
Raw Normal View History

2016-02-11 16:16:42 +00:00
{
"name": "notify-term"
, "exportName": "notify-term"
, "version": "0.0.1"
, "dependencies": {
"mongoose": "latest"
}
, "description": "The notify-term push notification server"
, "main": "index.js"
, "scripts": {
}
, "keywords": [
"notification"
, "terminal"
, "notifier"
]
, "author": "Penguin <tgckpg@gmail.com>"
, "license": "MIT"
, "main": "index.js"
}