urban-airship-cli
Version:
Command line interface for push notifications.
31 lines • 654 B
JSON
{
"name": "urban-airship-cli",
"version": "1.4.0",
"description": "Command line interface for push notifications.",
"main": "main.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha ./tests/**",
"utils": "node utils.js"
},
"bin": {
"urban-airship-cli": "main.js"
},
"keywords": [
"urban",
"airship",
"notification",
"push"
],
"author": "Arthur Zettler <arthur.zettler@gmail.com>",
"license": "ISC",
"dependencies": {
"commander": "^2.9.0",
"request": "^2.72.0"
},
"devDependencies": {
"chai": "^3.5.0",
"colors": "^1.1.2",
"mocha": "^2.5.3",
"sinon": "^1.17.4"
}
}