1 Star 1 Fork 1

Scott / maptalk.three

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
package.json 1.24 KB
Copy Edit Raw Blame History
deyihu authored 2019-09-30 15:25 . add extrudeline, close #44 (#46)
{
"name": "maptalks.three",
"version": "0.6.2",
"description": "A maptalks Layer to render with THREE.js.",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/maptalks/maptalks.three.js.git"
},
"main": "dist/maptalks.three.js",
"module": "dist/maptalks.three.es.js",
"jsnext:main": "dist/maptalks.three.es.js",
"scripts": {
"dev": "rollup -w -c rollup.config.js",
"build": "rollup --environment BUILD:production -c rollup.config.js",
"build-dev": "rollup -c rollup.config.js",
"preversion": "npm run lint",
"version": "npm run build && git add -A dist",
"lint": "eslint index.js test/**/*.js",
"prepublish": "npm run lint && npm run build"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"babel-eslint": "^9.0.0",
"eslint": "^4.19.1",
"eslint-config-maptalks": "^0.3.0",
"eslint-plugin-mocha": "^5.0.0",
"rollup": "^0.66.1",
"rollup-plugin-babel": "^4.1.0-0",
"rollup-plugin-commonjs": "^9.1.0",
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-plugin-uglify": "^6.0.0",
"three": "^0.97.0"
},
"peerDependencies": {
"maptalks": ">=0.39.0"
},
"dependencies": {
"geometry-extrude": "^0.1.2"
}
}
1
https://gitee.com/BestMyGod/maptalk.three.git
git@gitee.com:BestMyGod/maptalk.three.git
BestMyGod
maptalk.three
maptalk.three
master

Search