-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
42 lines (42 loc) · 1.09 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
{
"name": "tentacles",
"version": "0.7.0",
"description": "Gitter GitHub client",
"main": "lib/client.js",
"scripts": {
"test": "mocha test/",
"doc": "rm -rf doc/ && jsdox --index summary --templateDir jsdox_templates/ --output doc/ lib/resources/"
},
"repository": {
"type": "git",
"url": "https://github.com/gitterHQ/tentacles.git"
},
"keywords": [
"Gitter",
"GitHub"
],
"author": "Andrew Newdigate <[email protected]> (http://about.me/andrewnewdigate)",
"license": "MIT",
"bugs": {
"url": "https://github.com/gitterHQ/tentacles/issues"
},
"homepage": "https://github.com/gitterHQ/tentacles",
"dependencies": {
"bluebird": "^3.2.1",
"create-error": "^0.3.1",
"lodash": "^3.3.0",
"request": "^2.53.0",
"request-extensible": "^0.1.1",
"require-directory": "^2.1.0"
},
"devDependencies": {
"coveralls": "^2.11.2",
"eslint": "^3.3.0",
"eslint-plugin-mocha": "^4.3.0",
"eslint-plugin-node": "^2.0.0",
"gulp": "^3.8.11",
"gulp-spawn-mocha": "^2.0.1",
"jsdox": "^0.4.9",
"mocha": "^2.1.0"
}
}