forked from fhwrdh/hubot-pairbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 785 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "hubot-pairbot",
"description": "Simple support for pair programming in Hubot",
"version": "0.1.0",
"author": "Franklin Henderson <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/fhwrdh/hubot-pairbot.git"
},
"bugs": {
"url": "https://github.com/fhwrdh/hubot-pairbot/issues"
},
"keywords": [
"hubot",
"hubot-scripts",
"pair-programming"
],
"main": "index.coffee",
"scripts": {
"test": "script/test",
"testwatch": "script/test-watch"
},
"dependencies": {
"coffee-script": "~1.8.0",
"moment": "~2.8.4",
"underscore": "~1.7.0"
},
"devDependencies": {
"mocha": "~2.0.1",
"chai": "~1.10.0",
"sinon": "~1.12.1",
"sinon-chai": "~2.6.0"
}
}