加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.62 KB
一键复制 编辑 原始数据 按行查看 历史
syt123450 提交于 2018-07-15 15:33 . release 1.4.0
{
"name": "giojs",
"version": "1.4.0",
"description": "3D Declarative Globe Info Graphic Javascript Library",
"main": "build/gio.module.js",
"directories": {
"assets": "static resource for github repo",
"doc": "document for users and contributors",
"example": "examples showing how to use Gio.js",
"test": "test scripts",
"build": "release files, build code for different environment",
"src": "source code"
},
"dependencies": {
"three": "^0.90.0",
"stats.js": "^0.17.0"
},
"devDependencies": {
"all-contributors-cli": "^5.2.1",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"chai": "^4.1.2",
"coveralls": "^3.0.0",
"isparta": "^4.0.0",
"mocha": "^4.1.0",
"rollup": "^0.53.4",
"uglify-js": "^2.4.11"
},
"scripts": {
"start": "babel-node ./src/countryInfo/test.js",
"test": "mocha",
"cover": "babel-node ./node_modules/.bin/isparta cover _mocha",
"coveralls": "npm run cover -- --report lcovonly && cat ./coverage/lcov.info | coveralls",
"build-beautify": "rollup -c",
"build-uglify": "rollup -c && uglifyjs build/gio.js -cm --preamble \"// https://github.com/syt123450/Gio.js/blob/master/LICENSE\" --output build/gio.min.js",
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate"
},
"repository": {
"type": "git",
"url": "git+https://github.com/syt123450/Gio.js.git"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/syt123450/Gio.js/labels/bug"
},
"homepage": "https://github.com/syt123450/Gio.js#readme",
"author": "syt123450 && BoTime",
"contributors": [
{
"name": "syt123450",
"email": "yuntian.shen@sjsu.edu",
"url": "https://github.com/syt123450"
},
{
"name": "BoTime",
"email": "bo.liu@sjsu.edu",
"url": "https://github.com/BoTime"
},
{
"name": "manymeeting",
"email": "mutian.wang@sjsu.edu",
"url": "https://github.com/manymeeting"
},
{
"name": "zchholmes",
"email": "zhu.chenhua@sjsu.edu",
"url": "https://github.com/zchholmes"
},
{
"name": "lq3297401",
"email": "qi.liu01@sjsu.edu",
"url": "https://github.com/lq3297401"
},
{
"name": "bouyuc",
"email": "bouyuc@gmail.com",
"url": "https://github.com/bouyuc"
},
{
"name": "siriustom",
"email": "xiaoran.lin@sjsu.edu",
"url": "https://github.com/siriustom"
},
{
"name": "leonsaber",
"email": "fuyao.zhang@sjsu.edu",
"url": "https://github.com/leonsaber"
}
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化