aboutsummaryrefslogtreecommitdiffstats
path: root/style-generator/package.json
blob: ebb343647d7d207216eb3c4869d9ee6a5dfa9e73 (plain)
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
{
  "name": "elm-mapbox-style-generator",
  "version": "1.0.0",
  "description": "Generate styles",
  "main": "index.js",
  "scripts": {
    "test": "elm-test",
    "start": "parcel index.html",
    "build": "parcel build index.html --out-dir ../docs/style-generator --public-url ."
  },
  "keywords": [
    "mapbox",
    "style-spec"
  ],
  "author": "Jakub Hampl kopomir@gmail.com",
  "license": "MIT",
  "dependencies": {
    "@mapbox/mapbox-gl-style-spec": "^13.5.0",
    "codemirror": "^5.42.2"
  },
  "devDependencies": {
    "elm-hot": "^1.0.1",
    "parcel-bundler": "^1.11.0"
  }
}