UNPKG

fett

Version:

boba fett is a Slack bot that helps your team order boba

49 lines (48 loc) 1.1 kB
{ "name": "fett", "version": "0.1.1", "description": "boba fett is a Slack bot that helps your team order boba", "main": "index.js", "scripts": { "build": "rm -rf ./lib && babel ./src -d ./lib", "prepublish": "npm run build", "test": "mocha ./src/test/", "test:watch": "mocha --watch ./src/test/" }, "files": [ "./index.js", "./lib", "./assets" ], "repository": { "type": "git", "url": "git+https://github.com/justjake/fett.git" }, "keywords": [ "boba", "fett", "slack", "bot", "postmates" ], "author": "Jake Teton-Landis <just.1.jake@gmail.com>", "license": "ISC", "bugs": { "url": "https://github.com/justjake/fett/issues" }, "homepage": "https://github.com/justjake/fett#readme", "dependencies": { "es6-error": "2.1.0", "node-persist": "0.0.10", "redux": "3.3.1", "slack-robot": "3.0.4" }, "devDependencies": { "babel-cli": "6.6.5", "babel-core": "6.7.2", "babel-preset-es2015": "6.6.0", "babel-preset-stage-0": "6.5.0", "chai": "3.5.0", "mocha": "2.4.5" } }