-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 1.05 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
{
"name": "voxc",
"version": "1.0.0",
"description": "voxel converter library",
"main": "./build/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Idrian/Absolute-0-.git"
},
"author": "absolute-0- team",
"license": "MIT",
"bugs": {
"url": "https://github.com/Idrian/Absolute-0-/issues"
},
"homepage": "https://github.com/Idrian/Absolute-0-#readme",
"devDependencies": {
"@types/ace": "0.0.35",
"@types/three": "^0.84.19",
"browserify": "^14.4.0",
"expose-loader": "^0.7.3",
"karma": "^1.7.0",
"karma-chrome-launcher": "^2.2.0",
"karma-firefox-launcher": "^1.0.1",
"karma-jasmine": "^1.1.0",
"three": "^0.86.0",
"three-js": "^79.0.0",
"three-orbitcontrols-ts": "^0.1.2",
"three-trackballcontrols": "0.0.5",
"ts-loader": "^2.3.2",
"tsify": "^3.0.1",
"typescript": "^2.4.2",
"webpack": "^3.4.1"
},
"dependencies": {
"@types/three": "^0.84.19",
"eval": "^0.1.2"
}
}