-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
37 lines (37 loc) · 863 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
36
37
{
"name": "hubot-semaphoreapp",
"version": "0.1.3",
"description": "Hubot integration with Semaphore (semaphoreapp.com)",
"main": "index.coffee",
"scripts": {
"test": "mocha --compilers coffee:coffee-script/register test/*_spec*"
},
"repository": {
"type": "git",
"url": "https://github.com/ben/hubot-semaphoreapp"
},
"keywords": [
"hubot",
"hubot-scripts",
"semaphoreapp"
],
"author": {
"name": "Ben Straub",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/ben/hubot-semaphoreapp/issues"
},
"homepage": "https://github.com/ben/hubot-semaphoreapp",
"devDependencies": {
"chai": "^1.10.0",
"hubot": "^2.9.3",
"hubot-mock-adapter": "^1.0.0",
"mocha": "^2.0.1",
"nock": "^0.51.0"
},
"dependencies": {
"coffee-script": "^1.8.0"
}
}