@atomist/rugs
Version:
Helper functions for Rugs
44 lines (43 loc) • 1.18 kB
JSON
{
"name": "@atomist/rugs",
"version": "1.0.0-m.7",
"description": "Helper functions for Rugs",
"dependencies": {
"@atomist/cortex": "1.0.0-m.6",
"@atomist/rug": "1.0.0-m.7",
"@atomist/slack-messages": "^0.7.0",
"deprecated-decorator": "^0.1.6",
"mustache": "^2.3.0"
},
"scripts": {
"test": "tsc -p . && mocha test --recursive",
"autotest": "supervisor -q -n exit -x ./node_modules/.bin/mocha -- --recursive",
"dev-test-watch": "mocha-typescript-watch",
"prepare": "tslint '**/*.ts' --exclude 'node_modules/**' && tsc -p ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/atomist/rugs.git"
},
"keywords": [
"Atomist",
"Rug"
],
"author": "Atomist, Inc",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/atomist/rugs/issues"
},
"homepage": "https://github.com/atomist/rugs#readme",
"devDependencies": {
"@types/chai": "^3.5.1",
"@types/mocha": "^2.2.41",
"@types/mustache": "^0.8.29",
"chai": "^3.5.0",
"mocha": "^3.2.0",
"mocha-typescript": "^1.0.23",
"supervisor": "^0.12.0",
"tslint": "^5.1.0",
"typescript": "2.2.2"
}
}