@kartotherian/server
Version:
Serves Kartotherian maps
47 lines (46 loc) • 1.44 kB
JSON
{
"name": "@kartotherian/server",
"version": "1.0.3-wmf.0",
"description": "Serves Kartotherian maps",
"main": "lib/server.js",
"scripts": {
"test": "grunt test",
"postinstall": "browserify -r quadtile-index > static/lib/quadtile-index.js && browserify -r to-regex-range > static/lib/to-regex-range.js"
},
"repository": "kartotherian/server",
"keywords": [
"kartotherian"
],
"author": "Yuri Astrakhan <YuriAstrakhan@gmail.com>",
"license": "Apache-2.0",
"bugs": "https://github.com/kartotherian/server/issues",
"publishConfig": {
"access": "public"
},
"homepage": "https://github.com/kartotherian/server",
"dependencies": {
"@kartotherian/err": "^1.0.2-wmf.0",
"@kartotherian/input-validator": "^1.0.1-wmf.0",
"bluebird": "^3.5.0",
"browserify": "^16.2.2",
"compression": "^1.6.2",
"express": "^4.15.2",
"leaflet": "^1.0.3",
"quadtile-index": "^0.0.6",
"to-regex-range": "^4.0.2",
"underscore": "^1.8.3"
},
"devDependencies": {
"eslint-config-airbnb-base": "^12.1.0",
"eslint-config-kartotherian": "^0.0.5",
"eslint-config-wikimedia": "^0.5.0",
"eslint-plugin-import": "^2.9.0",
"grunt": "^1.0.2",
"grunt-contrib-watch": "1.0.0",
"grunt-eslint": "20.1.0",
"grunt-stylelint": "0.9.0",
"stylelint": "8.2.0",
"stylelint-config-wikimedia": "0.4.2"
},
"gitHead": "fe2c429367e0340f8727e263721f195a06867057"
}