Files
openlayers/package.json
Andreas Hocevar 3a0d0c7290 Remove transient jsdoc dependencies
alpha9 has the dependencies fixed again, so no need to keep taffydb and
underscore around.
2014-07-08 21:38:16 +02:00

39 lines
884 B
JSON

{
"name": "openlayers",
"version": "3.0.0-beta",
"description": "Mapping library",
"scripts": {
"postinstall": "node tasks/parse-examples.js",
"start": "node tasks/serve.js",
"test": "node tasks/test.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.19.0",
"expect.js": "~0.3.1",
"fs-extra": "~0.8.1",
"graceful-fs": "~3.0.2",
"jquery": "~2.1.1",
"jsdoc": "~3.3.0-alpha9",
"jshint": "~2.5.1",
"mocha": "~1.20.1",
"mocha-phantomjs": "~3.5.0",
"nomnom": "~1.6.2",
"phantomjs": "~1.9.7-5",
"sinon": "~1.10.2",
"temp": "~0.7.0",
"walk": "~2.3.3"
}
}