slock
Version:
promise-based and functional reactive bindings to Slack's API
60 lines (59 loc) • 1.34 kB
JSON
{
"name": "slock",
"description": "promise-based and functional reactive bindings to Slack's API",
"version": "0.0.7",
"keywords": [
"slack",
"api",
"functional",
"reactive",
"rtm",
"real",
"time",
"web",
"hook",
"bot",
"integration",
"incoming",
"outgoing",
"promise"
],
"scripts": {
"release": "npm publish",
"prerelease": "mv lib src && babel src -d lib --optional runtime --stage 0",
"postrelease": "rm -rf lib && mv src lib",
"test": "mocha",
"coverage": "babel-node ./node_modules/.bin/isparta cover _mocha",
"precoveralls": "npm run coverage",
"coveralls": "coveralls < coverage/lcov.info"
},
"main": "lib",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/declandewet/slock"
},
"bugs": {
"url": "http://github.com/declandewet/slock/issues",
"email": "declandewet@me.com"
},
"directories": {
"lib": "lib"
},
"devDependencies": {
"babel": "^5.8.23",
"chai": "^3.2.0",
"chai-as-promised": "^5.1.0",
"coveralls": "^2.11.4",
"isparta": "^3.0.4",
"mocha": "^2.3.0",
"mock-socket": "^0.8.0",
"nock": "^2.10.0"
},
"dependencies": {
"babel-runtime": "^5.8.20",
"baconjs": "^0.7.71",
"node-fetch": "^1.3.2",
"ws": "^0.8.0"
}
}