-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 922 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
38
39
40
{
"name": "mddf-viewer",
"version": "0.1.2",
"description": "WebGL-based viewer for mddf",
"main": "./index.js",
"dependencies": {
"mddf": "^1.3.1",
"three": "^0.70.0",
"three-orbit-controls": "^69.0.4",
"threex.domevents": "Deadarius/threex.domevents#browserify"
},
"browser": "./index.js",
"devDependencies": {
"browserify": "^9.0.7",
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.1.0",
"run-sequence": "^1.0.2",
"vinyl-source-stream": "^1.1.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Deadarius",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Deadarius/mddf-viewer.git"
},
"bugs": {
"url": "https://github.com/Deadarius/mddf-viewer/issues"
},
"keywords": [
"viewer",
"mddf",
"webgl",
"browser"
]
}