forked from jpcy/xatlas
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
36 lines (36 loc) · 884 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
{
"name": "xatlasjs",
"version": "0.1.0",
"description": "",
"main": "dist/xatlas.js",
"scripts": {
"build:emcc": "./build_web.sh",
"build:web": "webpack --config webpack.config.js",
"build": "npm run build:emcc && npm run build:web"
},
"files": [
"dist/*",
"README.md",
"LICENSE"
],
"devDependencies": {
"file-loader": "^6.2.0",
"source-map-loader": "^1.0.1",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12"
},
"optionalDependencies": {
"comlink": "^4.3.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/repalash/xatlas.js.git"
},
"author": "Palash Bansal <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/palashbansal96/xatlas/issues"
},
"homepage": "https://github.com/palashbansal96/xatlas#readme"
}