forked from vue-leaflet/Vue2Leaflet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 919 Bytes
/
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
{
"name": "vue2-leaflet",
"version": "0.0.55",
"description": "Vue2 leaflet library",
"author": "Mickael Bouchaud",
"license": "MIT",
"scripts": {
"build": "cd scripts && ./build.sh"
},
"main": "dist/vue2-leaflet.min.js",
"module": "dist/vue2-leaflet.min.js",
"unpkg": "dist/vue2-leaflet.min.js",
"repository": {
"type": "git",
"url": "git://github.com/KoRiGaN/Vue2Leaflet.git"
},
"dependencies": {
"leaflet": "^1.2.0",
"vue": "^2.0.0-rc.8"
},
"keywords": [
"vue",
"leaflet"
],
"devDependencies": {
"babel-core": "^6.24.0",
"babel-loader": "^6.4.0",
"babel-preset-es2015": "^6.24.0",
"css-loader": "^0.27.2",
"file-loader": "^0.9.0",
"vue-html-loader": "~1.x",
"vue-loader": "^11.1.4",
"vue-style-loader": "^2.0.2",
"vue-template-compiler": "^2.2.3",
"webpack": "^2.2.0",
"webpack-node-externals": "^1.5.4"
}
}