Merge pull request #2839 from tschaub/publish

Dependency updates and new package name.
This commit is contained in:
Tim Schaub
2014-10-14 14:44:01 -06:00
+22 -16
View File
@@ -1,7 +1,13 @@
{ {
"name": "ol", "name": "openlayers",
"version": "3.1.0-pre.1", "version": "3.1.0-pre.2",
"description": "Mapping library", "description": "Build tools and sources for developing OpenLayers based mapping applications",
"keywords": [
"map",
"mapping",
"ol3"
],
"homepage": "http://openlayers.org/",
"scripts": { "scripts": {
"install": "node tasks/parse-examples.js", "install": "node tasks/parse-examples.js",
"postinstall": "closure-util update", "postinstall": "closure-util update",
@@ -17,25 +23,25 @@
"url": "https://github.com/openlayers/ol3/issues" "url": "https://github.com/openlayers/ol3/issues"
}, },
"dependencies": { "dependencies": {
"async": "0.2.10", "async": "0.9.0",
"closure-util": "1.0.0", "closure-util": "1.1.0",
"fs-extra": "0.8.1", "fs-extra": "0.12.0",
"graceful-fs": "3.0.2", "graceful-fs": "3.0.2",
"htmlparser2": "3.7.1", "htmlparser2": "3.7.3",
"jsdoc": "3.3.0-alpha9", "jsdoc": "3.3.0-alpha9",
"nomnom": "1.6.2", "nomnom": "1.8.0",
"temp": "0.7.0", "temp": "0.8.1",
"walk": "2.3.3" "walk": "2.3.4"
}, },
"devDependencies": { "devDependencies": {
"clean-css": "2.2.7", "clean-css": "2.2.16",
"expect.js": "0.3.1", "expect.js": "0.3.1",
"jquery": "2.1.1", "jquery": "2.1.1",
"jshint": "2.5.1", "jshint": "2.5.6",
"mocha": "1.20.1", "mocha": "1.21.5",
"mocha-phantomjs": "3.5.0", "mocha-phantomjs": "3.5.1",
"phantomjs": "1.9.10", "phantomjs": "1.9.10",
"proj4": "2.2.1", "proj4": "2.3.3",
"sinon": "1.10.2" "sinon": "1.10.3"
} }
} }