forked from Zequez/reddit-placebot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 792 Bytes
/
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
{
"name": "reddit-placebot",
"version": "1.1.0",
"description": "A bot that automatically places stuff on Reddit/r/place",
"main": "index.js",
"scripts": {
"remote": "node src/run.js --harmony --remote",
"start": "node src/run.js --harmony",
"watch": "nodemon --harmony ./src/run.js -i queues.json -i cookies.json",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"dependencies": {
"axios": "^0.15.3",
"bluebird": "^3.5.0",
"colors": "^1.1.2",
"got": "^6.7.1",
"jimp": "^0.2.27",
"nearest-color": "^0.4.0",
"nodemon": "^1.11.0",
"prettyjson": "^1.2.1",
"request": "^2.81.0"
},
"repository": {
"type": "git",
"url": "https://github.com/sambostock/reddit-placebot"
}
}