forked from skyrim/hlviewer.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.18 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
{
"name": "hlviewer.js",
"version": "0.7.4",
"description": "View GoldSrc maps and replays in browser",
"keywords": [
"hlviewer",
"half-life",
"halflife",
"goldsrc",
"kreedz"
],
"main": "dist/hlviewer.js",
"scripts": {
"build": "cross-env NODE_ENV=production webpack",
"build:dev": "webpack -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/skyrim/hlviewer.js.git"
},
"author": "Stefan Stojkovic <skyrim@live.com> (https://stefan100.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/skyrim/hlviewer.js/issues"
},
"homepage": "https://skyrim.github.io/hlviewer.js",
"devDependencies": {
"@types/gl-matrix": "^2.4.1",
"@types/node": "^10.5.4",
"@types/pngjs": "^3.3.2",
"awesome-typescript-loader": "^5.2.0",
"babel-minify-webpack-plugin": "^0.3.1",
"chai": "3.5.0",
"cross-env": "^5.2.0",
"gl-matrix": "^2.7.1",
"mocha": "^5.2.0",
"pngjs": "^3.3.3",
"preact": "^8.5.2",
"typescript": "^2.9.2",
"typestyle": "^2.0.4",
"webpack": "^4.16.3",
"webpack-cli": "^3.1.0",
"webpack-node-externals": "^1.7.2"
},
"files": [
"dist/hlviewer.js"
]
}