-
Notifications
You must be signed in to change notification settings - Fork 78
/
package.json
31 lines (31 loc) · 923 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
30
31
{
"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": "mocha",
"argentinaTarget": "node src/run.js --remote --startX 0 --startY 0 --target https://raw.githubusercontent.com/Zequez/placebot-argentina-target/master/official_target.png"
},
"author": "",
"license": "MIT",
"dependencies": {
"axios": "^0.15.3",
"bluebird": "^3.5.0",
"chai": "^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"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.2.0"
}
}