91 lines
2.7 KiB
JSON
91 lines
2.7 KiB
JSON
{
|
|
"name": "openlayers",
|
|
"version": "5.0.0-beta.12",
|
|
"description": "Build tools and sources for developing OpenLayers based mapping applications",
|
|
"keywords": [
|
|
"map",
|
|
"mapping",
|
|
"ol"
|
|
],
|
|
"homepage": "https://openlayers.org/",
|
|
"scripts": {
|
|
"lint": "eslint tasks test src/ol examples config",
|
|
"pretest": "npm run lint",
|
|
"posttest": "npm run typecheck",
|
|
"test": "npm run karma -- --single-run",
|
|
"karma": "karma start test/karma.config.js",
|
|
"serve-examples": "mkdir -p build/examples && webpack --config examples/webpack/config.js --watch & serve build/examples",
|
|
"build-examples": "webpack --config examples/webpack/config.js --env=prod",
|
|
"build-index": "node tasks/generate-index",
|
|
"prebuild": "npm run build-index",
|
|
"build": "webpack --config config/webpack.js",
|
|
"presrc-closure": "npm run prebuild",
|
|
"src-closure": "node tasks/transform-types",
|
|
"pretypecheck": "npm run src-closure",
|
|
"typecheck": "node tasks/typecheck",
|
|
"apidoc": "jsdoc config/jsdoc/api/index.md -c config/jsdoc/api/conf.json -P package.json -d build/apidoc"
|
|
},
|
|
"main": "src/ol/index.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": {
|
|
"pbf": "3.1.0",
|
|
"pixelworks": "1.1.0",
|
|
"rbush": "2.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"babel-core": "^6.26.3",
|
|
"babel-minify-webpack-plugin": "^0.3.0",
|
|
"babel-plugin-jsdoc-closure": "1.5.1",
|
|
"chaikin-smooth": "1.0.4",
|
|
"clean-css-cli": "4.1.11",
|
|
"copy-webpack-plugin": "^4.0.1",
|
|
"coveralls": "3.0.1",
|
|
"eslint": "4.19.1",
|
|
"eslint-config-openlayers": "^9.2.0",
|
|
"expect.js": "0.3.1",
|
|
"front-matter": "^2.1.2",
|
|
"fs-extra": "^6.0.0",
|
|
"glob": "^7.1.2",
|
|
"google-closure-compiler": "20180506.0.0",
|
|
"handlebars": "4.0.11",
|
|
"html-webpack-plugin": "^3.0.1",
|
|
"istanbul": "0.4.5",
|
|
"jquery": "3.3.1",
|
|
"jsdoc": "3.5.5",
|
|
"karma": "^2.0.0",
|
|
"karma-chrome-launcher": "2.2.0",
|
|
"karma-coverage": "^1.1.1",
|
|
"karma-firefox-launcher": "^1.1.0",
|
|
"karma-mocha": "1.3.0",
|
|
"karma-sauce-launcher": "1.2.0",
|
|
"karma-webpack": "3.0.0",
|
|
"marked": "0.3.19",
|
|
"mocha": "5.2.0",
|
|
"mustache": "^2.3.0",
|
|
"pixelmatch": "^4.0.2",
|
|
"proj4": "2.4.4",
|
|
"recast": "0.14.7",
|
|
"serve": "^6.5.5",
|
|
"sinon": "^5.0.1",
|
|
"url-polyfill": "^1.0.13",
|
|
"walk": "^2.3.9",
|
|
"webpack": "3.11.0",
|
|
"webpack-merge": "4.1.2"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "openlayers"
|
|
},
|
|
"sideEffects": false
|
|
}
|