-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 885 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 885 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
{
"name": "three.instancedline",
"version": "0.0.1",
"description": "Instanced fat lines with miter joins.",
"main": "build/three.instancedline.js",
"scripts": {
"b": "rollup -c",
"build": "rollup -c",
"lint": "eslint src",
"lint-fix": "eslint src --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shawn0326/three.InstancedLine.git"
},
"keywords": [
"three.js",
"line",
"webgl"
],
"author": "shawn0326",
"license": "MIT",
"bugs": {
"url": "https://github.com/shawn0326/three.InstancedLine/issues"
},
"homepage": "https://github.com/shawn0326/three.InstancedLine#readme",
"devDependencies": {
"eslint": "^7.18.0",
"rollup": "^2.38.0",
"@babel/core": "^7.12.13",
"@babel/preset-env": "^7.12.13",
"@rollup/plugin-babel": "^5.2.3",
"rollup-plugin-terser": "^7.0.2"
}
}