UNPKG

878 BJSONView Raw
1{
2 "name": "hubot-qwe",
3 "description": "A hubot script that does the things",
4 "version": "0.0.3",
5 "author": "jiunjiun <quietmes@gmail.com>",
6 "license": "MIT",
7 "keywords": [
8 "hubot",
9 "hubot-scripts"
10 ],
11 "repository": {
12 "type": "git",
13 "url": "git://github.com/hubot-scripts/hubot-qwe.git"
14 },
15 "bugs": {
16 "url": "https://github.com/hubot-scripts/hubot-qwe/issues"
17 },
18 "dependencies": {
19 "coffee-script": "~1.6"
20 },
21 "peerDependencies": {
22 "hubot": "2.x"
23 },
24 "devDependencies": {
25 "mocha": "*",
26 "chai": "*",
27 "sinon-chai": "*",
28 "sinon": "*",
29 "grunt": "^0.4.5",
30 "grunt-mocha-test": "~0.7.0",
31 "grunt-release": "~0.6.0",
32 "hubot": "2.x",
33 "matchdep": "~0.3.0",
34 "grunt-contrib-watch": "~0.5.3",
35 "coffee-script": "~1.6"
36 },
37 "main": "index.coffee",
38 "scripts": {
39 "test": "grunt test"
40 }
41}