1 Star 0 Fork 22

各类常用技术,算法-工具的服务化 / inMap

forked from hiekay / inMap 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.57 KB
一键复制 编辑 原始数据 按行查看 历史
aresn 提交于 2017-12-22 15:57 . release 1.2.0
{
"name": "inmap",
"version": "1.2.0",
"description": "Map visualization",
"main": "dist/inmap.min.js",
"scripts": {
"dev": "webpack --watch --config webpak.inmap.js",
"build": "webpack --config webpak.inmap.pro.js && node build-worker",
"lint": "eslint --fix --ext .js src",
"test": "npm run lint",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TalkingData/inmap.git"
},
"keywords": [
"Map",
"visualization"
],
"author": "TalkingData",
"license": "Apache-2.0",
"dependencies": {
"deepmerge": "^1.5.2"
},
"devDependencies": {
"autoprefixer-loader": "^2.0.0",
"babel": "^6.23.0",
"babel-core": "^6.23.1",
"babel-loader": "^6.2.4",
"babel-plugin-transform-runtime": "^6.12.0",
"babel-preset-es2015": "^6.9.0",
"babel-runtime": "^6.11.6",
"css-loader": "^0.23.1",
"eslint": "^3.12.2",
"eslint-plugin-html": "^1.7.0",
"extract-text-webpack-plugin": "^2.0.0",
"babel-preset-stage-3": "^6.00.0",
"file-loader": "^0.8.5",
"friendly-errors-webpack-plugin": "^1.6.1",
"html-loader": "^0.3.0",
"html-webpack-plugin": "^2.28.0",
"less": "^2.7.1",
"style-loader": "^0.13.1",
"less-loader": "^2.2.3",
"url-loader": "^0.5.7",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.4.1",
"webpack-merge": "^3.0.0"
},
"engines": {
"node": ">= 4.0.0",
"npm": ">= 3.0.0"
},
"bugs": {
"url": "https://github.com/TalkingData/inmap/issues"
},
"homepage": "https://github.com/TalkingData/inmap#readme"
}
JavaScript
1
https://gitee.com/Component_Technology/inMap.git
git@gitee.com:Component_Technology/inMap.git
Component_Technology
inMap
inMap
master

搜索帮助