Advertisement
Guest User

Untitled

a guest
Dec 17th, 2016
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.81 KB | None | 0 0
  1. {
  2.   "name": "GeoCola",
  3.   "version": "0.8.0",
  4.   "description": "A configureable openlayers mapping and data management app",
  5.   "repository": "https://github.com/roemhildtg/geocola",
  6.   "watch": {
  7.     "lint": "**/*.js",
  8.     "test": "**/*.js"
  9.   },
  10.   "scripts": {
  11.     "test": "testee test/index.html --reporter Spec --browsers firefox",
  12.     "build": "steal-tools -d",
  13.     "watch": "npm-watch",
  14.     "docs": "documentjs --watch -d",
  15.     "export": "node build.js",
  16.     "lint": "eslint .",
  17.     "pretest": "npm run lint",
  18.     "serve": "http-server"
  19.   },
  20.   "author": "roemhildtg",
  21.   "license": "MIT",
  22.   "devDependencies": {
  23.     "babel-eslint": "^7.1.1",
  24.     "eslint": "^3.10.2",
  25.     "npm-watch": "^0.1.4",
  26.     "steal-css": "^1.0.0",
  27.     "steal-less": "^1.0.1",
  28.     "steal-stache": "^3.0.4",
  29.     "steal-tools": "^1.0.0",
  30.     "testee": "^0.2.5",
  31.     "http-server": "^0.9.0"
  32.   },
  33.   "dependencies": {
  34.     "can-define": "^1.0.4",
  35.     "can-geo": "^0.3.3",
  36.     "can-route": "^3.0.4",
  37.     "can-stache": "^3.0.8",
  38.     "font-awesome": "^4.7.0",
  39.     "jquery": "^3.1.1",
  40.     "openlayers": "^3.19.1",
  41.     "proj4": "^2.3.15",
  42.     "sidebar-v2": "github:turbo87/sidebar-v2#0cd125b4eae37f87d753c5d6f99e613a7d88ea4f",
  43.     "spectre-canjs": "^0.15.7",
  44.     "spectre.css": "^0.1.27",
  45.     "steal": "^1.0.4",
  46.     "steal-tools": "^1.0.1"
  47.   },
  48.   "main": "app/app.js",
  49.   "steal": {
  50.     "plugins": [
  51.       "steal-less",
  52.       "steal-css",
  53.       "steal-stache"
  54.     ],
  55.     "bundleAssets": true,
  56.     "---COMMENT---": "Configure additional config bundles using the bundle array...",
  57.     "bundle": [
  58.       "config/default"
  59.     ],
  60.     "paths": {
  61.       "openlayers": "node_modules/openlayers/dist/ol-debug.js"
  62.     },
  63.     "meta": {
  64.       "openlayers": {
  65.         "format": "global",
  66.         "exports": "ol"
  67.       }
  68.     }
  69.   }
  70. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement