Files
openlayers/package.json
2014-03-23 19:59:50 +01:00

24 lines
512 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",
"jshint": "~2.4.4"
}
}