Files
openlayers/package.json
2014-02-03 14:59:06 -07:00

23 lines
488 B
JSON

{
"name": "openlayers",
"version": "3.0.0-beta",
"description": "Mapping library",
"scripts": {
"postinstall": "node tasks/parse-examples.js",
"start": "node tasks/serve.js"
},
"repository": {
"type": "git",
"url": "git://github.com/openlayers/ol3.git"
},
"license": "BSD",
"bugs": {
"url": "https://github.com/openlayers/ol3/issues"
},
"devDependencies": {
"closure-util": "~0.8.2",
"async": "~0.2.10",
"htmlparser2": "~3.4.0"
}
}