innovationDriveApp/node_modules/markerwithlabel/example/package.json
2018-07-08 19:21:40 +10:00

15 lines
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"
}
}