bolt-js
Version:
Lightning fast marketing wiz
33 lines (32 loc) • 661 B
JSON
{
"name": "bolt-js",
"version": "0.3.1",
"description": "Lightning fast marketing wiz",
"main": "src/index.js",
"author": "Naughty Spirit <hi@naughtyspirit.co> (http://naughtyspirit.co/)",
"license": "MIT",
"keywords": [
"marketing",
"posting",
"tweet",
"facebook",
"google plus",
"node",
"client",
"bolt"
],
"repository": {
"type": "git",
"url": "git@github.com:naughtyspirit/bolt.js.git"
},
"scripts": {
"start": "node --harmony .",
"test": "node_modules/mocha/bin/mocha --harmony -w"
},
"engines": {
"node": "0.12.x"
},
"dependencies": {
"request-promise": "^0.4.0"
}
}