{
  "name": "marker-with-label-test",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "browserify --standalone setup index.js > bundle.js"
  },
  "author": "Jess Telford <hi@jes.st> (http://jes.st)",
  "license": "ISC",
  "devDependencies": {
    "browserify": "^13.0.1"
  }
}
