forked from lingochen/wings3d
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 964 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 964 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
36
37
38
{
"name": "wings3d4web",
"version": "0.1.0",
"description": "wings3d for web",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack -p"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lingochen/wings3d.git"
},
"keywords": [
"modeller",
"webgl"
],
"author": "lingo chen",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/lingochen/wings3d/issues"
},
"homepage": "https://github.com/lingochen/wings3d#readme",
"devDependencies": {
"babel-minify": "^0.5.1",
"babel-minify-webpack-plugin": "^0.3.1",
"css-loader": "^3.6.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^5.1.0",
"mocha": "^6.2.3",
"style-loader": "^0.23.1",
"uglify-es": "^3.3.9",
"uglifyjs-webpack-plugin": "^2.2.0",
"url-loader": "^2.3.0",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12"
}
}