1 Star 0 Fork 7

igotthis/ol-plot

forked from front-sam/ol-plot 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.04 KB
一键复制 编辑 原始数据 按行查看 历史
sakitam-fdd 提交于 2019-04-09 22:42 . refactor: ol5
{
"name": "ol-plot",
"version": "3.0.0",
"description": "ol plot",
"homepage": "https://sakitam-fdd.github.io/ol-plot",
"main": "dist/ol-plot.js",
"module": "dist/ol-plot.esm.js",
"unpkg": "dist/ol-plot.js",
"jsnext:main": "dist/ol-plot.esm.js",
"commonjs": "dist/ol-plot.common.js",
"namespace": "olPlot",
"style": "dist/ol-plot.css",
"scripts": {
"dev": "rollup -wm -c build/rollup-dev-config.js",
"demo": "rollup -wm -c build/rollup-demo-config.js",
"build": "rollup -c build/rollup-prod-config.js"
},
"keywords": [
"javascript",
"webgis",
"canvas",
"openlayers",
"map",
"plot"
],
"author": "sakitam <smilefdd@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/sakitam-fdd/ol-plot.git"
},
"bugs": {
"url": "https://github.com/sakitam-fdd/ol-plot/issues"
},
"peerDependencies": {
"ol": "^5.0.0"
},
"dependencies": {
"autosize": "^4.0.0",
"observable-emit": "1.0.1"
},
"devDependencies": {
"ol": "^5.3.1",
"@babel/core": "^7.3.4",
"@babel/plugin-external-helpers": "^7.2.0",
"@babel/plugin-proposal-class-properties": "^7.3.4",
"@babel/plugin-transform-proto-to-assign": "^7.2.0",
"@babel/preset-env": "^7.3.4",
"babel-eslint": "^9.0.0",
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-standard": "^4.0.0",
"cross-env": "^5.2.0",
"rollup": "^1.4.1",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-commonjs": "^9.2.1",
"rollup-plugin-json": "^3.1.0",
"rollup-plugin-scss": "^1.0.1",
"rollup-plugin-local-resolve": "^1.0.7",
"rollup-plugin-node-resolve": "^4.0.1",
"rollup-plugin-replace": "^2.1.0",
"rollup-plugin-serve": "^1.0.1",
"rollup-plugin-uglify": "^6.0.2",
"rollup-plugin-eslint": "^5.1.0"
},
"engines": {
"node": ">= 4.0.0",
"npm": ">= 3.0.0"
},
"license": "MIT"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/pengmaoming/ol-plot.git
git@gitee.com:pengmaoming/ol-plot.git
pengmaoming
ol-plot
ol-plot
feature/v3

搜索帮助