-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
50 lines (50 loc) · 1.3 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "node-steam-bot-manager",
"version": "1.0.58",
"description": "A NodeJS Steam Bot Management tool. ",
"main": "lib/index.js",
"scripts": {
"test": "jasmine tests/BotAccountSpec.js",
"docs": "jsdoc -c jsdocConf.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Undeadkillz/node-steam-bot-manager.git"
},
"keywords": [
"nodejs",
"steam",
"steamcommunity",
"bot",
"trading",
"chat",
"marketplace"
],
"author": "Samer Alsayegh <[email protected]> (http://www.SamerAlsayegh.com)",
"license": "ISC",
"bugs": {
"url": "https://github.com/Undeadkillz/node-steam-bot-manager/issues"
},
"homepage": "https://github.com/Undeadkillz/node-steam-bot-manager#readme",
"dependencies": {
"body-parser": "^1.15.0",
"child_process": "^1.0.2",
"express": "^4.13.4",
"fs": "0.0.2",
"glob": "^7.1.1",
"inquirer": "^3.1.0",
"jasmine": "^2.5.3",
"jsdoc": "^3.4.0",
"multer": "^1.3.0",
"puppeteer": "^1.6.0-next.1532381444032",
"request": "^2.69.0",
"steam-totp": "^2.0.1",
"steam-tradeoffer-manager": "^2.7.4",
"steam-user": "^3.3.4",
"steamcommunity": "^3.37.1",
"steamstore": "^1.4.0",
"universal-analytics": "^0.4.13",
"uuid": "^3.3.2",
"winston": "^2.3.1"
}
}