This repository was archived by the owner on Apr 2, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.33 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "@kartotherian/server",
"version": "1.0.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": "^0.0.3",
"@kartotherian/input-validator": "^0.0.6",
"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"
}
}