Skip to content
Snippets Groups Projects
package.json 1.22 KiB
Newer Older
{
  "name": "webmapsjs",
  "version": "1.0.0",
  "description": "Openlayers helpers",
  "main": "lib/index.js",
Glenn Vorhes's avatar
Glenn Vorhes committed
  "files": [
Glenn Vorhes's avatar
Glenn Vorhes committed
    "lib",
    "doc",
    "src",
Glenn Vorhes's avatar
Glenn Vorhes committed
    "ext",
    "css"
Glenn Vorhes's avatar
Glenn Vorhes committed
  ],
  "scripts": {
Glenn Vorhes's avatar
Glenn Vorhes committed
    "test": "node node_modules\\karma\\bin\\karma start karma.conf.js",
    "lint": "eslint src/**/*.js",
    "esdoc": "RD /S /Q doc & MD doc & esdoc -c .esdoc.json",
    "update-ol": "npm update custom-ol",
    "serve": "cd test-html & C:\\Python33\\python.exe -m http.server 5001",
    "pack": "webpack -w",
    "pack-small": "webpack -w --optimize-minimize",
    "tsc": "tsc -w"
  },
  "author": "TOPS Lab",
  "license": "ISC",
  "devDependencies": {
Glenn Vorhes's avatar
Glenn Vorhes committed
  "dependencies": {
Glenn Vorhes's avatar
Glenn Vorhes committed
  }