forked from antonsjolander/TicketScoop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 799 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
32
33
34
{
"name": "ticketscoop",
"version": "1.3.1",
"description": "TicketSwap.com auto buyer script",
"main": "command.js",
"engines": {
"node": ">=6.0.0",
"npm": "^3.0.0"
},
"dependencies": {
"chai": "~3.5.0",
"chalk": "~1.1.3",
"cheerio": "~0.22.0",
"debug": "~2.2.0",
"growl": "~1.9.2",
"node-notifier": "~4.6.1",
"random-useragent": "^0.3.1",
"request": "~2.75.0",
"yargs": "~8.0.1"
},
"devDependencies": {
"mocha": "~3.4.2",
"sinon": "~2.3.2"
},
"bin": {
"ticketscoop": "./bin/command.js"
},
"scripts": {
"test": "cd test; mocha test-main.js test-found.js test-parser.js test-request.js",
"command": "node bin/command.js"
},
"author": "Matthisk <[email protected]> (http://matthisk.nl/)",
"license": "bsd-3"
}