-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 881 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
38
39
40
41
42
43
44
45
46
47
{
"name": "hipchatter",
"description": "Wrapper for the HipChat API (v2)",
"version": "0.2.0",
"author": {
"name": "Charlton Roberts",
"url": "http://charlton.io"
},
"contributors": [
{
"name": "Macklin Underdown",
"email": "[email protected]",
"url": "http://mackli.nu"
}
],
"keywords": [
"hipchat",
"hip",
"chat",
"hip",
"atlassian",
"hipchatter",
"api"
],
"repository": {
"type": "git",
"url": "https://github.com/charltoons/hipchatter.git"
},
"main": "hipchatter.js",
"dependencies": {
"needle": "0.9.2",
"async": "~0.2.9"
},
"engines": {
"node": "*"
},
"devDependencies": {
"mocha": "~1.14.0",
"chai": "~1.8.1",
"colors": "~0.6.2",
"grunt": "~0.4.1",
"grunt-execute": "~0.1.5"
},
"scripts": {
"test": "mocha -t 6000 -R spec"
}
}