41 lines
930 B
JSON
41 lines
930 B
JSON
|
|
{
|
||
|
|
"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"
|
||
|
|
}
|
||
|
|
}
|