-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 914 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
35
{
"name": "steam-deal-crawler",
"version": "1.1.1",
"description": "Crawl your Tags for discounts",
"main": "bot.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node bot.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Machigatta/steam-deal-crawler.git"
},
"keywords": [
"steam",
"discount",
"crawler",
"node-js",
"tags"
],
"author": "Armin Seidling",
"license": "ISC",
"bugs": {
"url": "https://github.com/Machigatta/steam-deal-crawler/issues"
},
"homepage": "https://github.com/Machigatta/steam-deal-crawler#readme",
"dependencies": {
"argparse": "^1.0.10",
"jquery": "^3.2.1",
"jsdom": "^14.0.0",
"request": "^2.88.0",
"restler": "^3.4.0",
"xml": "^1.0.1"
}
}