Files
openlayers/package.json
Tim Schaub be03ec5aa1 Update dependencies
* closure-util@0.12.0 - force inclusion of deps.js files when compiling
 * jshint@2.5.1 - various enhancements and fixes (https://github.com/jshint/jshint/compare/2.4.4...2.5.1)
 * walk@2.3.3 - directory exclusion fix
2014-05-21 12:08:46 -06:00

32 lines
690 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"
},
"dependencies": {
"async": "~0.2.10",
"htmlparser2": "~3.7.1"
},
"devDependencies": {
"closure-util": "~0.12.0",
"jshint": "~2.5.1",
"jsdoc": "~3.3.0-alpha5",
"walk": "~2.3.3",
"fs-extra": "~0.8.1",
"nomnom": "~1.6.2",
"temp": "~0.7.0",
"phantomjs": "~1.9.7-5"
}
}