gis-api
Version:
GIS API for DHIS 2 based on Leaflet
90 lines (89 loc) • 2.61 kB
JSON
{
"name": "gis-api",
"version": "25.0.4",
"description": "GIS API for DHIS 2 based on Leaflet",
"main": "lib/main/index.js",
"scripts": {
"validate": "npm ls --depth 0",
"start": "webpack-dev-server",
"build": "webpack --config webpack.config.prod.js",
"lint": "./node_modules/eslint/bin/eslint.js src example",
"test": "./node_modules/karma-cli/bin/karma start test/karma.config.js --single-run",
"test-watch": "./node_modules/karma-cli/bin/karma start test/karma.config.js",
"test-cov": "npm test",
"posttest-cov": "open ./coverage/phantomjs/lcov-report/index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dhis2/gis-api.git"
},
"keywords": [
"DHIS2",
"HISP",
"GIS"
],
"author": "Bjørn Sandvik",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/dhis2/gis-api/issues"
},
"homepage": "https://github.com/dhis2/gis-api#readme",
"dependencies": {
"d3-color": "^1.0.2",
"d3-scale": "^1.0.4",
"leaflet": "^1.0.1",
"leaflet-geocoder-mapzen": "^1.5.2",
"leaflet-measure": "^2.0.2",
"leaflet.gridlayer.googlemutant": "^0.4.3",
"leaflet.markercluster": "^1.0.0-rc.1.0",
"topojson": "^2.2.0",
"whatwg-fetch": "^2.0.3"
},
"devDependencies": {
"babel-core": "^6.23.1",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.3.2",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-2": "^6.22.0",
"chai": "^3.5.0",
"css-loader": "^0.26.2",
"eslint": "^3.10.2",
"eslint-config-dhis2": "^2.1.0",
"eslint-plugin-react": "^6.10.0",
"exports-loader": "^0.6.4",
"file-loader": "^0.10.1",
"image-webpack-loader": "^3.2.0",
"imports-loader": "^0.7.1",
"isparta-loader": "^2.0.0",
"karma": "^1.3.0",
"karma-chai": "0.1.0",
"karma-chrome-launcher": "^2.0.0",
"karma-cli": "^1.0.1",
"karma-coverage": "^1.1.1",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.2",
"karma-sinon": "^1.0.5",
"karma-sinon-chai": "^1.2.4",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.2",
"mocha": "^3.2.0",
"node-sass": "^4.5.0",
"phantomjs": "^2.1.7",
"phantomjs-polyfill": "^0.0.2",
"precommit-hook": "3.0.0",
"sass-loader": "^6.0.2",
"script-loader": "^0.7.0",
"sinon": "^1.17.7",
"sinon-chai": "2.8.0",
"style-loader": "^0.13.2",
"susy": "^2.2.12",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.4.1"
},
"pre-commit": [
"test",
"lint",
"validate"
]
}