-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 857 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 857 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
{
"name": "igni",
"version": "1.0.0",
"description": "WebGL-based 2D Physics Engine.",
"main": "./dist/igni-full.js",
"dependencies": {
"gl-matrix": "^2.3.2",
"jquery": "^3.1.0",
"source-map-loader": "^0.1.5",
"ts-loader": "^0.8.2"
},
"devDependencies": {
"css-loader": "^0.25.0",
"image-webpack-loader": "^3.0.0",
"raw-loader": "^0.5.1",
"source-map-loader": "^0.1.5",
"style-loader": "^0.13.1",
"ts-loader": "^0.8.2",
"webpack-glsl-loader": "^1.0.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ericmux/Igni.git"
},
"author": "ericmux",
"license": "MIT",
"bugs": {
"url": "https://github.com/ericmux/Igni/issues"
},
"homepage": "https://github.com/ericmux/Igni#readme"
}