forked from botwillacceptanything/botwillacceptanything
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.63 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "botwillacceptanything",
"version": "0.0.1",
"description": "An autonomous program that accepts pull requests for itself",
"main": "main.js",
"dependencies": {
"amdefine": "^0.1.0",
"biwascheme": "^0.6.2",
"body-parser": "^1.12.2",
"cline": "^0.8.2",
"color-scheme": "0.0.5",
"deferred": "^0.7.2",
"eliza": "0.0.1-2",
"errorhandler": "^1.3.5",
"express": "^4.12.3",
"express-handlebars": "^2.0.0",
"fs-extra": "^0.18.1",
"gift": "~0.6.0",
"github": "~0.2.3",
"intercept-stdout": "0.0.3",
"irc": "^0.3.11",
"js-yaml": "^3.2.7",
"lodash": "^3.6.0",
"morgan": "^1.5.2",
"mustache": "2.0.0",
"nock": "^1.6.0",
"request": "^2.55.0",
"sanitize-html": "^1.6.1",
"sentiment": "^1.0.2",
"serve-favicon": "2.2.0",
"sqlite3": "^3.0.5",
"twitter": "^1.2.5"
},
"repository": {
"type": "git",
"url": "git://github.com/botwillacceptanything/botwillacceptanything.git"
},
"keywords": [
"nomic",
"autonomous",
"sentient",
"skynet",
"botwillacceptanything"
],
"author": "Bot W. Acceptanything <botwillacceptanything@gmail.com>",
"license": "ASL",
"bugs": {
"url": "https://github.com/botwillacceptanything/botwillacceptanything/issues"
},
"homepage": "https://github.com/botwillacceptanything/botwillacceptanything",
"scripts": {
"main": "node main.js",
"test": "gulp"
},
"devDependencies": {
"coveralls": "^2.11.2",
"gulp": "^3.8.11",
"gulp-foreach": "^0.1.0",
"gulp-istanbul": "^0.8.1",
"gulp-jsdoc": "^0.1.4",
"gulp-jshint": "^1.10.0",
"gulp-mocha": "^2.0.1"
}
}