-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.3 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "leaflet-editor",
"version": "3.0.0",
"description": "Leaflet plugin which helps edit polygons with holes",
"main": "src/js/map.js",
"scripts": {
"test:dev": "testem",
"test:ci": "testem ci",
"watch": "webpack --watch",
"start:dev": "yarn watch & ./node_modules/.bin/browser-sync start --server -w dist/**/*.min.js test/**/*.js -f dist/**/*.min.js --startPath examples",
"build": "rm -rf dist && webpack"
},
"repository": {
"type": "git",
"url": "https://github.com/exactfarming/leaflet-editor"
},
"author": "Oleg Dovger",
"license": "MIT",
"homepage": "https://github.com/exactfarming/leaflet-editor",
"engines": {
"yarn": ">= 1.0.0"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-env": "^1.7.0",
"browser-sync": "^2.26.3",
"chai": "^4.2.0",
"chai-spies": "^1.0.0",
"copy-webpack-plugin": "4.6.0",
"leaflet": "^1.5.1",
"mapbox.js": "2.2.1",
"mocha": "^6.1.3",
"source-map-loader": "^0.2.4",
"testem": "^2.14.0",
"uglifyjs-webpack-plugin": "2.1.2",
"webpack": "^4.29.6",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^2.10.1"
}
}