-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
42 lines (42 loc) · 1.08 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
41
42
{
"name": "leaflet-splitmap",
"version": "1.0.3",
"description": "Compare two Leaflet layers side by side",
"main": "src/index.js",
"scripts": {
"clean": "rimraf dist",
"build": "webpack",
"prepublish": "npm run clean && npm run build",
"preversion": "npm test && npm run build",
"lint": "standard index.js",
"start": "budo --live",
"test": "npm run lint"
},
"keywords": [
"leaflet"
],
"author": "Gregor MacLennan / Digital Democracy",
"license": "MIT",
"devDependencies": {
"budo": "^7.1.0",
"css-loader": "^0.28.7",
"file-loader": "^0.11.2",
"rimraf": "^2.6.1",
"standard": "^5.4.1",
"style-loader": "^0.18.1",
"webpack": "^3.5.5"
},
"dependencies": {
"css-img-datauri-stream": "^0.1.5",
"cssify": "^0.8.0",
"leaflet": ">=0.7.7 <2.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/QuantStack/leaflet-splitmap.git"
},
"bugs": {
"url": "https://github.com/QuantStack/leaflet-splitmap/issues"
},
"homepage": "https://github.com/QuantStack/leaflet-splitmap#readme"
}