markerwithlabel
Version:
npm module of Google Map utility's Marker With Label
16 lines (15 loc) • 381 B
JSON
{
"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"
}
}