Current File : /home/jvzmxxx/wiki1/extensions/Kartographer/package.json
{
  "name": "Kartographer",
  "version": "0.0.0",
  "private": true,
  "description": "Build tools for the Kartographer-MediaWiki extension.",
  "scripts": {
    "test": "grunt test",
    "build-lib": "node_modules/.bin/browserify lib/mapbox/mapbox-main.js -o lib/mapbox/mapbox-lib.js && cp -rv node_modules/mapbox.js/theme/* lib/mapbox/ && rm lib/mapbox/images/render.sh && cp -v node_modules/leaflet-sleep/Leaflet.Sleep.js lib/leaflet.sleep.js"
  },
  "devDependencies": {
    "mapbox.js": "^2.3.0",
    "browserify": "^13.0.0",
    "grunt": "0.4.5",
    "grunt-cli": "0.1.13",
    "grunt-banana-checker": "0.5.0",
    "grunt-contrib-jshint": "1.0.0",
    "grunt-contrib-watch": "1.0.0",
    "grunt-jscs": "2.8.0",
    "grunt-jsonlint": "1.0.7"
  },
  "dependencies": {
    "leaflet": "^0.7.7",
    "leaflet-sleep": "^0.1.0",
    "maki": "^0.5.0"
  }
}