69 lines
1.6 KiB
JSON
69 lines
1.6 KiB
JSON
{
|
|
"name": "openlayers",
|
|
"version": "3.8.2",
|
|
"description": "Build tools and sources for developing OpenLayers based mapping applications",
|
|
"keywords": [
|
|
"map",
|
|
"mapping",
|
|
"ol3"
|
|
],
|
|
"homepage": "http://openlayers.org/",
|
|
"scripts": {
|
|
"install": "node tasks/install.js",
|
|
"postinstall": "closure-util update",
|
|
"start": "node tasks/serve.js",
|
|
"test": "node tasks/test.js",
|
|
"debug-server": "node tasks/serve-lib.js"
|
|
},
|
|
"main": "dist/ol.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/openlayers/ol3.git"
|
|
},
|
|
"license": "BSD-2-Clause",
|
|
"bugs": {
|
|
"url": "https://github.com/openlayers/ol3/issues"
|
|
},
|
|
"dependencies": {
|
|
"async": "0.9.0",
|
|
"browserify": "9.0.3",
|
|
"closure-util": "1.6.1",
|
|
"fs-extra": "0.12.0",
|
|
"glob": "5.0.3",
|
|
"graceful-fs": "3.0.2",
|
|
"handlebars": "3.0.1",
|
|
"jsdoc": "3.3.2",
|
|
"marked": "0.3.5",
|
|
"metalsmith": "1.6.0",
|
|
"metalsmith-templates": "0.7.0",
|
|
"nomnom": "1.8.0",
|
|
"pixelworks": "1.0.0",
|
|
"rbush": "1.3.5",
|
|
"temp": "0.8.1",
|
|
"walk": "2.3.4",
|
|
"wrench": "1.5.8"
|
|
},
|
|
"devDependencies": {
|
|
"clean-css": "2.2.16",
|
|
"coveralls": "2.11.2",
|
|
"debounce": "^1.0.0",
|
|
"expect.js": "0.3.1",
|
|
"gaze": "^0.5.1",
|
|
"istanbul": "0.3.13",
|
|
"jquery": "2.1.1",
|
|
"jshint": "2.5.6",
|
|
"mocha": "1.21.5",
|
|
"mocha-phantomjs": "3.5.1",
|
|
"mustache": "2.1.3",
|
|
"phantomjs": "1.9.10",
|
|
"proj4": "2.3.6",
|
|
"resemblejs": "1.2.0",
|
|
"sinon": "1.10.3",
|
|
"slimerjs-edge": "0.10.0-pre-2"
|
|
},
|
|
"ext": [
|
|
"rbush",
|
|
{"module": "pixelworks", "browserify": true}
|
|
]
|
|
}
|