forked from rowanwins/leaflet-easyPrint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.09 KB
/
package.json
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
{
"name": "leaflet-easyprint",
"version": "2.1.8",
"description": "A leaflet plugin which adds an icon to print the map",
"main": "dist/bundle.js",
"repository": {
"type": "git",
"url": "git+https://github.com/rowanwins/leaflet-easyPrint.git"
},
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"prepublish": "npm run build"
},
"keywords": [
"leaflet"
],
"author": "Rowan Winsemius <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/rowanwins/leaflet-easyPrint/issues"
},
"homepage": "https://github.com/rowanwins/leaflet-easyPrint#readme",
"dependencies": {
"dom-to-image": "^2.5.2",
"file-saver": "^1.3.3"
},
"devDependencies": {
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-latest": "^6.24.1",
"eslint": "^4.0.0",
"eslint-config-mourner": "^2.0.1",
"rollup": "^0.41.6",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-commonjs": "^8.0.2",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-uglify": "^1.0.2",
"rollup-watch": "^3.2.2"
}
}