UNPKG

jira-sprints

Version:
58 lines (57 loc) 1.61 kB
{ "name": "jira-sprints", "version": "0.1.2", "description": "Query jira sprints", "main": "lib/sprints", "scripts": { "lint": "coffeelint -f coffeelint.json -x node_modules .", "precoverage": "npm run lint", "coverage": "NODE_TLS_REJECT_UNAUTHORIZED=0 multi='spec=- html-cov=coverage.html mocha-cov-reporter=-' mocha --recursive --compilers coffee:coffee-script/register --require coffee-coverage/register -R mocha-multi", "prebuild": "npm run coverage", "build": "rm -rf lib/ && coffee --compile --output lib/ src/", "integration": "./integration.sh", "test": "npm run integration", "prepublish": "npm run build" }, "config": { "mocha-cov-reporter": { "failOnError": true, "threshold": 100, "useColors": true } }, "keywords": [ "jira", "sprints" ], "homepage": "https://github.com/pghalliday/jira-sprints", "bugs": { "url": "https://github.com/pghalliday/jira-sprints/issues" }, "license": "MIT", "author": { "name": "Peter Halliday", "email": "pghalliday@gmail.com", "url": "http://pghalliday.com" }, "repository": { "type": "git", "url": "https://github.com/pghalliday/jira-sprints.git" }, "dependencies": { "q": "^1.1.2", "superagent": "^1.2.0" }, "devDependencies": { "chai": "^2.1.2", "chai-as-promised": "^5.1.0", "coffee-coverage": "^0.4.4", "coffee-script": "^1.8.0", "coffeelint": "^1.8.1", "mocha": "^2.1.0", "mocha-cov-reporter": "^1.1.3", "mocha-multi": "^0.6.0", "sinon": "^1.12.2", "sinon-chai": "^2.6.0" } }