Initial commit
This commit is contained in:
41
node_modules/three/package.json
generated
vendored
Normal file
41
node_modules/three/package.json
generated
vendored
Normal file
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"name": "three",
|
||||
"version": "0.91.0",
|
||||
"description": "JavaScript 3D library",
|
||||
"main": "build/three.js",
|
||||
"repository": "mrdoob/three.js",
|
||||
"jsnext:main": "build/three.module.js",
|
||||
"module": "build/three.module.js",
|
||||
"files": [
|
||||
"package.json",
|
||||
"bower.json",
|
||||
"LICENSE",
|
||||
"README.md",
|
||||
"build/three.js",
|
||||
"build/three.min.js",
|
||||
"build/three.module.js",
|
||||
"src",
|
||||
"examples/js",
|
||||
"examples/fonts"
|
||||
],
|
||||
"directories": {
|
||||
"doc": "docs",
|
||||
"example": "examples",
|
||||
"test": "test"
|
||||
},
|
||||
"author": "mrdoob",
|
||||
"license": "MIT",
|
||||
"homepage": "https://threejs.org/",
|
||||
"devDependencies": {
|
||||
"concurrently": "^3.5.0",
|
||||
"electron": "1.8.2",
|
||||
"eslint": "^4.1.1",
|
||||
"eslint-config-mdcs": "^4.2.2",
|
||||
"google-closure-compiler": "20180204.0.0",
|
||||
"qunit": "^2.4.0",
|
||||
"rollup": "^0.56.4",
|
||||
"rollup-watch": "^4.0.0",
|
||||
"serve": "6.5.1",
|
||||
"uglify-js": "^3.0.23"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user