-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 897 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
{
"author": "CedarStudios",
"name": "cedarmaps.js",
"description": "CedarMaps GL JS is a JavaScript library that uses WebGL to render interactive maps from vector tiles. Built on top of Mapbox GL.",
"version": "2.2.0",
"homepage": "https://www.cedarmaps.com",
"scripts": {
"build": "npx webpack"
},
"repository": {
"type": "git",
"url": "https://github.com/cedarstudios/cedarmaps-web-sdk-vector"
},
"main": "src/index.js",
"dependencies": {
"@cedarstudios/cedarmaps": "^1.0.2",
"mapbox-gl": "^1.4.1"
},
"optionalDependencies": {},
"engines": {
"node": "*"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"copy-webpack-plugin": "^4.5.2",
"css-loader": "^1.0.0",
"webpack": "^4.16.3",
"webpack-cli": "^3.1.0"
}
}