🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

vue2-leaflet-markercluster

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue2-leaflet-markercluster - npm Package Compare versions

Comparing version

to
1.0.0

build.config.js

49

package.json
{
"name": "vue2-leaflet-markercluster",
"version": "0.0.3",
"version": "1.0.0",
"description": "markercluster plugin extension for vue2-leaflet package",
"main": "dist/index.js",
"main": "dist/Vue2LeafletMarkercluster.js",
"scripts": {
"build": "webpack -p --config build/webpack.prod.conf.js",
"dev": "webpack-dev-server --inline --hot --config build/webpack.dev.conf.js",
"unit": "karma start test/unit/karma.conf.js --single-run"
"build": "vue build Vue2LeafletMarkercluster.vue --prod --lib --config build.config.js"
},

@@ -32,44 +30,5 @@ "repository": {

"devDependencies": {
"babel-core": "^6.0.0",
"babel-eslint": "^7.0.0",
"babel-loader": "^6.0.0",
"babel-plugin-transform-runtime": "^6.0.0",
"babel-preset-es2015": "^6.0.0",
"babel-preset-stage-2": "^6.0.0",
"babel-register": "^6.0.0",
"babel-runtime": "^6.0.0",
"chai": "^3.5.0",
"css-loader": "^0.25.0",
"eslint": "^3.7.1",
"eslint-config-standard": "^6.1.0",
"eslint-friendly-formatter": "^2.0.5",
"eslint-loader": "^1.5.0",
"eslint-plugin-html": "^1.3.0",
"eslint-plugin-promise": "^2.0.1",
"eslint-plugin-standard": "^2.0.1",
"extract-text-webpack-plugin": "^1.0.1",
"function-bind": "^1.0.2",
"html-webpack-plugin": "^2.8.1",
"inject-loader": "^2.0.1",
"isparta-loader": "^2.0.0",
"karma": "^1.3.0",
"karma-coverage": "^1.1.1",
"karma-mocha": "^1.2.0",
"karma-phantomjs-launcher": "^1.0.0",
"karma-sinon-chai": "^1.2.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.26",
"karma-webpack": "^1.7.0",
"lolex": "^1.4.0",
"mocha": "^3.1.0",
"phantomjs-prebuilt": "^2.1.3",
"sinon": "^1.17.3",
"sinon-chai": "^2.8.0",
"vue-loader": "^9.4.0",
"vue-style-loader": "^1.0.0",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.16.2",
"webpack-merge": "^0.14.1",
"vue-cli": "^2.8.1",
"webpack-node-externals": "^1.5.4"
}
}

@@ -56,8 +56,6 @@ # vue2-leaflet-markercluster

## Sample app
## Develop and build
There is a working example in file `src/dev.vue`. You can run that demo with this:
npm install
npm run dev
npm run build

@@ -64,0 +62,0 @@ ## Author