-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 979 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 979 Bytes
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
{
"name": "botter",
"version": "1.0.0",
"description": "A bottie replacement for IRC.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"run": "node index",
"build": "gulp build",
"start": "forever --uid \"botter\" start index.js",
"stop": "forever stop botter"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AngrySnout/botter.git"
},
"keywords": [
"sauerbraten",
"irc",
"bot"
],
"author": "AngrySnout",
"license": "MIT",
"bugs": {
"url": "https://github.com/AngrySnout/botter/issues"
},
"homepage": "https://github.com/AngrySnout/botter#readme",
"dependencies": {
"forever": "^0.15.1",
"fuzzaldrin": "^2.1.0",
"irc": "^0.4.0",
"request": "^2.67.0",
"source-map-support": "^0.4.0"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-coffee": "^2.3.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-util": "^3.0.7"
}
}