forked from balthazar/csgo-float
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 929 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
36
37
{
"name": "csgo-float",
"version": "0.0.6",
"description": "CS:GO Float values",
"main": "dist",
"scripts": {
"start": "babel-node example",
"build": "rm -rf dist && mkdir dist && babel src -o dist/index.js",
"protos": "babel-node protos/update",
"postinstall": "npm run protos && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Apercu/csgo-float.git"
},
"keywords": [
"csgo",
"csgofloat",
"float",
"market",
"skinsbazaar"
],
"author": "Balthazar Gronon <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Apercu/csgo-float/issues"
},
"homepage": "https://github.com/Apercu/csgo-float#readme",
"dependencies": {
"protobufjs": "^4.1.3",
"q": "^1.4.1",
"steam": "^1.4.0",
"babel-cli": "^6.3.17",
"babel-preset-es2015": "^6.3.13",
"babel-preset-stage-0": "^6.3.13"
}
}