edgar_snodon/package.json

43 lines
779 B
JSON
Raw Normal View History

2016-04-24 20:05:56 +00:00
{
2016-07-19 09:33:57 +00:00
"name": "hubot-edgar-snodon",
"description": "ctdo raumbot",
2016-11-02 22:26:12 +00:00
"version": "0.0.10",
2016-04-24 20:05:56 +00:00
"author": "henne@ctdo.de",
"license": "MIT",
"keywords": "hubot, hubot-scripts",
"repository": {
"type": "git",
2016-07-19 09:33:57 +00:00
"url": "git@repos.ctdo.de:ctdo/edgar_snodon.git"
2016-04-24 20:05:56 +00:00
},
"dependencies": {
},
"peerDependencies": {
"hubot": "2.x"
},
"devDependencies": {
"chai": "^2.1.1",
"coffee-script": "1.6.3",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-watch": "~0.6.1",
"grunt-mocha-test": "~0.12.7",
"grunt-release": "~0.11.0",
"hubot": "2.x",
"matchdep": "~0.3.0",
"mocha": "^2.1.0",
"sinon": "^1.13.0",
"sinon-chai": "^2.7.0"
},
"main": "index.coffee",
"scripts": {
"test": "grunt test"
}
}