1 Star 0 Fork 6

bim_team / xeogl

forked from Gitee 极速下载 / xeogl 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.16 KB
一键复制 编辑 原始数据 按行查看 历史
xeolabs 提交于 2018-09-12 22:14 . package.json additions
{
"name": "xeogl",
"title": "xeogl",
"version": "0.9.0",
"description": "WebGL-based 3D visualization library",
"main": "build/xeogl.js",
"module": "build/xeogl.module.js",
"jsnext:main": "build/xeogl.module.js",
"files": [
"package.json",
"LICENSE",
"README.md",
"build/xeogl.js",
"build/xeogl.module.js",
"src",
"examples/js"
],
"directories": {
"doc": "docs",
"example": "examples"
},
"homepage": "http://xeogl.org/",
"keywords": [
"xeogl",
"bim",
"cad",
"archviz",
"3d",
"webgl"
],
"author": {
"name": "Lindsay Kay",
"email": "lindsay.kay@xeolabs.com"
},
"license": "MIT License",
"bugs": {
"url": "https://github.com/xeolabs/xeogl/issues"
},
"repository": {
"type": "git",
"url": "http://github.com/xeolabs/xeogl.git"
},
"scripts": {
"build": "gulp"
},
"dependencies": {},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-yuidoc": "^0.1.2",
"rollup": "^0.55.5",
"rollup-plugin-license": "^0.7.0",
"rollup-plugin-uglify": "^5.0.2",
"rollup-watch": "^4.0.0"
},
"engines": {
"node": ">=0.10.17",
"npm": "1.3.8"
}
}
JavaScript
1
https://gitee.com/bim_team/xeogl.git
git@gitee.com:bim_team/xeogl.git
bim_team
xeogl
xeogl
master

搜索帮助