forked from samuelcouch/hackbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.03 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
{
"name": "hackbot",
"version": "0.0.0",
"description": "A customizable Facebook Group embetterment robot.",
"main": "lib/index.js",
"scripts": {
"start": "env DEBUG=hackbot,hackbot:* node lib/index.js | ./node_modules/.bin/bunyan",
"doc": "./node_modules/.bin/jsdoc -c doc/conf.json",
"log": "./node_modules/.bin/bunyan log/hackbot.log"
},
"contributors": [
"Alex Kern <[email protected]>",
"Eva Zheng <[email protected]>",
"JB Rubinovitz <[email protected]>",
"Rodney Folz <[email protected]>"
],
"license": "BSD-3-Clause",
"dependencies": {
"bunyan": "^1.3.4",
"es6-promise": "^2.0.1",
"express": "^4.11.1",
"firebase": "^2.2.3",
"jsdoc": "^3.3.0-beta2",
"lodash": "^3.10.1",
"moment": "^2.10.6",
"qs": "^2.3.3",
"request": "^2.53.0",
"sentiment": "^1.0.2",
"sha1": "^1.1.1",
"twit": "^2.1.0",
"underscore": "^1.8.2"
},
"repository": {
"type": "git",
"url": "https://github.com/kern/hackbot.git"
},
"engines": {
"node": "0.10.x"
}
}