-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 877 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 877 Bytes
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": "strife",
"version": "1.0.0",
"description": "A web based game engine.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Chrums/strifejs.git"
},
"author": "Jake Chrumka",
"license": "ISC",
"bugs": {
"url": "https://github.com/Chrums/strifejs/issues"
},
"homepage": "https://github.com/Chrums/strifejs#readme",
"dependencies": {
"@types/gl-matrix": "^2.4.4",
"@types/lodash": "^4.14.119",
"@types/uuid": "^3.4.4",
"gl-matrix": "^3.0.0",
"lodash": "^4.17.11",
"uuid": "^3.3.2"
},
"devDependencies": {
"@types/webpack-env": "^1.13.6",
"awesome-typescript-loader": "^5.2.1",
"babel": "^6.23.0",
"typescript": "^3.2.2",
"webpack": "^4.28.3",
"webpack-cli": "^3.2.0"
}
}