1 Star 0 Fork 0

轻飘yyf/leaflet-webgl-heatmap

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.37 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "leaflet-webgl-heatmap",
"version": "0.2.7",
"description": "A Leaflet plugin for a popular WebGL Heatmap library.",
"main": "dist/leaflet-webgl-heatmap.min.js",
"files": [
"dist/*",
"src/*"
],
"dependencies": {},
"devDependencies": {
"browser-sync": "^2.18.5",
"casperjs": "^1.1.3",
"gulp": "^3.9.1",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^2.0.0",
"jshint": "^2.9.4",
"leaflet": "^1.1.0"
},
"preinstall": "npm i -g casperjs jshint gulp",
"start": "gulp",
"scripts": {
"test": "npm run test-src && npm run test-example && npm run test-casper",
"test-src": "jshint ./src/leaflet-webgl-heatmap.js",
"test-example": "jshint ./example/js/script.js",
"test-casper": "casperjs test ./tests/ --includes=casper-helpers.js --web-security=no",
"build": "gulp build",
"release": "./publish.sh || true"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ursudio/webgl-heatmap-leaflet.git"
},
"keywords": [
"heatmap",
"webgl",
"leaflet",
"plugin"
],
"author": "Ursudio",
"contributors": [
{
"name": "Chris Willey",
"url": "https://github.com/chriswilley"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/ursudio/webgl-heatmap-leaflet/issues"
},
"homepage": "https://github.com/ursudio/webgl-heatmap-leaflet#readme"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yyf994/leaflet-webgl-heatmap.git
git@gitee.com:yyf994/leaflet-webgl-heatmap.git
yyf994
leaflet-webgl-heatmap
leaflet-webgl-heatmap
master

搜索帮助