141 lines
3.4 KiB
JSON
141 lines
3.4 KiB
JSON
{
|
|
"name": "openlayers",
|
|
"version": "4.2.0",
|
|
"description": "Build tools and sources for developing OpenLayers based mapping applications",
|
|
"keywords": [
|
|
"map",
|
|
"mapping",
|
|
"ol"
|
|
],
|
|
"homepage": "https://openlayers.org/",
|
|
"scripts": {
|
|
"install": "node tasks/install.js",
|
|
"postinstall": "closure-util update",
|
|
"start": "node tasks/serve.js",
|
|
"pretest": "eslint tasks test test_rendering src examples",
|
|
"lint-package": "eslint --fix build/package",
|
|
"test": "node tasks/test.js",
|
|
"debug-server": "node tasks/serve-lib.js"
|
|
},
|
|
"main": "dist/ol.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/openlayers/openlayers.git"
|
|
},
|
|
"license": "BSD-2-Clause",
|
|
"bugs": {
|
|
"url": "https://github.com/openlayers/openlayers/issues"
|
|
},
|
|
"browser": "dist/ol.js",
|
|
"style": [
|
|
"css/ol.css"
|
|
],
|
|
"dependencies": {
|
|
"async": "2.5.0",
|
|
"closure-util": "1.21.0",
|
|
"derequire": "2.0.6",
|
|
"fs-extra": "3.0.1",
|
|
"glob": "7.1.1",
|
|
"handlebars": "4.0.10",
|
|
"jsdoc": "3.4.3",
|
|
"marked": "0.3.6",
|
|
"metalsmith": "2.3.0",
|
|
"metalsmith-layouts": "1.8.1",
|
|
"nomnom": "1.8.1",
|
|
"pbf": "3.0.5",
|
|
"pixelworks": "1.1.0",
|
|
"rbush": "2.0.1",
|
|
"rollup": "^0.42.0",
|
|
"rollup-plugin-cleanup": "^1.0.0",
|
|
"rollup-plugin-commonjs": "^8.0.2",
|
|
"rollup-plugin-node-resolve": "^3.0.0",
|
|
"temp": "0.8.3",
|
|
"@mapbox/vector-tile": "1.3.0",
|
|
"walk": "2.3.9"
|
|
},
|
|
"devDependencies": {
|
|
"clean-css-cli": "4.1.4",
|
|
"coveralls": "2.13.1",
|
|
"debounce": "^1.0.0",
|
|
"eslint": "4.1.1",
|
|
"eslint-config-openlayers": "7.0.0",
|
|
"eslint-plugin-openlayers-internal": "^3.1.0",
|
|
"expect.js": "0.3.1",
|
|
"gaze": "^1.0.0",
|
|
"istanbul": "0.4.5",
|
|
"jquery": "3.2.1",
|
|
"jscodeshift": "^0.3.30",
|
|
"mocha": "3.4.2",
|
|
"mocha-phantomjs-core": "^2.1.0",
|
|
"mustache": "2.3.0",
|
|
"phantomjs-prebuilt": "2.1.14",
|
|
"proj4": "2.4.3",
|
|
"resemblejs": "2.2.4",
|
|
"serve-files": "1.0.1",
|
|
"sinon": "2.3.6",
|
|
"slimerjs": "0.10.3"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "openlayers",
|
|
"globals": {
|
|
"ArrayBuffer": false,
|
|
"Float32Array": false,
|
|
"Uint16Array": false,
|
|
"Uint32Array": false,
|
|
"Uint8Array": false,
|
|
"Uint8ClampedArray": false,
|
|
"ol": false,
|
|
"goog": false,
|
|
"proj4": false
|
|
},
|
|
"plugins": [
|
|
"openlayers-internal"
|
|
],
|
|
"rules": {
|
|
"no-constant-condition": 0,
|
|
"openlayers-internal/enum": 2,
|
|
"openlayers-internal/no-duplicate-requires": 2,
|
|
"openlayers-internal/no-missing-requires": 2,
|
|
"openlayers-internal/no-unused-requires": 2,
|
|
"openlayers-internal/one-provide": 2,
|
|
"openlayers-internal/requires-first": 2,
|
|
"openlayers-internal/valid-provide": 2,
|
|
"openlayers-internal/valid-requires": 2,
|
|
"indent": [2, 2, {
|
|
"VariableDeclarator": 2,
|
|
"SwitchCase": 1,
|
|
"MemberExpression": 2,
|
|
"FunctionDeclaration": {
|
|
"parameters": 2,
|
|
"body": 1
|
|
},
|
|
"FunctionExpression": {
|
|
"parameters": 2,
|
|
"body": 1
|
|
},
|
|
"CallExpression": {
|
|
"arguments": 2
|
|
}
|
|
}]
|
|
}
|
|
},
|
|
"ext": [
|
|
{
|
|
"module": "rbush"
|
|
},
|
|
{
|
|
"module": "pbf",
|
|
"name": "PBF"
|
|
},
|
|
{
|
|
"module": "pixelworks",
|
|
"import": "Processor"
|
|
},
|
|
{
|
|
"module": "@mapbox/vector-tile",
|
|
"name": "vectortile",
|
|
"import": "VectorTile"
|
|
}
|
|
]
|
|
}
|