forked from gitterHQ/services
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.14 KB
/
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
{
"name": "gitter-services",
"version": "1.20.0",
"description": "supported services for gitter.im",
"private": true,
"main": "index.js",
"devDependencies": {
"express": "^3.5.1",
"express-hbs": "^0.7.9",
"handlebars": "^2.0.0-alpha.2",
"istanbul": "^0.3.5",
"localtunnel": "^1.1.0",
"marked": "^0.3.2",
"mocha": "^1.18.2"
},
"scripts": {
"test-nocoverage": "mocha -R spec test/ lib/*/test",
"test": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec test/ lib/*/test && istanbul check-coverage --statements 90 --functions 77 --functions 100 --lines 96",
"clean-pngs": "find lib -name *.png -exec convert -strip {} {} \\;"
},
"repository": {
"type": "git",
"url": "[email protected]:gitterHQ/services.git"
},
"keywords": [
"gitter",
"gitter.im",
"services",
"webhook",
"activity",
"chat"
],
"author": "Andy Trevorah",
"license": "MIT",
"bugs": {
"url": "https://github.com/gitterHQ/services/issues"
},
"homepage": "https://github.com/gitterHQ/services",
"dependencies": {
"require-all": "0.0.8",
"qs": "^1.0.0",
"extend": "^1.2.1"
}
}