1 | {
|
2 | "name": "hubot-test-helper",
|
3 | "description": "Helper for testing hubot script",
|
4 | "main": "./src/index.js",
|
5 | "scripts": {
|
6 | "test": "mocha --compilers coffee:coffee-script/register test",
|
7 | "semantic-release": "semantic-release"
|
8 | },
|
9 | "keywords": [
|
10 | "hubot"
|
11 | ],
|
12 | "dependencies": {
|
13 | "hubot": ">=3.0.0 <10 || 0.0.0-development"
|
14 | },
|
15 | "devDependencies": {
|
16 | "chai": "latest",
|
17 | "co": "latest",
|
18 | "mocha": "latest",
|
19 | "coffee-script": "latest",
|
20 | "semantic-release": "latest"
|
21 | },
|
22 | "author": "Fumiaki MATSUSHIMA",
|
23 | "license": "MIT",
|
24 | "repository": {
|
25 | "type": "git",
|
26 | "url": "https://github.com/mtsmfm/hubot-test-helper"
|
27 | },
|
28 | "version": "1.9.0"
|
29 | }
|