UNPKG

hubot-axosoft

Version:

A hubot script that helps you quickly grab data from and add new items to Axosoft, an agile project management solution.

44 lines (43 loc) 1.04 kB
{ "name": "hubot-axosoft", "description": "A hubot script that helps you quickly grab data from and add new items to Axosoft, an agile project management solution.", "version": "0.2.11", "author": "Tyler Crammond <@TylerCrammond>", "license": "MIT", "keywords": [ "hubot", "axosoft", "ontime", "agile", "standup", "stand up" ], "repository": { "type": "git", "url": "git://github.com/tcrammond/hubot-axosoft.git" }, "bugs": { "url": "https://github.com/tcrammond/hubot-axosoft/issues" }, "dependencies": { "coffee-script": "~1.6", "lodash": "^3.7.0", "moment": "^2.10.2", "q": "^1.3.0", "valid-url": "^1.0.9" }, "devDependencies": { "mocha": "*", "chai": "*", "sinon-chai": "*", "sinon": "*", "grunt-mocha-test": "~0.7.0", "grunt-release": "~0.6.0", "matchdep": "~0.1.2", "grunt-contrib-watch": "~0.5.3" }, "main": "index.coffee", "scripts": { "test": "grunt test" } }