Gehel has uploaded a new change for review. (
https://gerrit.wikimedia.org/r/386410 )
Change subject: Replace package.json symlink by actual file with same content
......................................................................
Replace package.json symlink by actual file with same content
Bug: T162241
Change-Id: I748c465dff5db8335de61f1de402de202c326035
---
D package.json
A package.json
2 files changed, 127 insertions(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/maps/kartotherian/deploy
refs/changes/10/386410/1
diff --git a/package.json b/package.json
deleted file mode 120000
index 45a4831..0000000
--- a/package.json
+++ /dev/null
@@ -1 +0,0 @@
-src/package.json
\ No newline at end of file
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..8bf6339
--- /dev/null
+++ b/package.json
@@ -0,0 +1,127 @@
+{
+ "name": "kartotherian",
+ "version": "0.0.26",
+ "description": "Renders map tiles",
+ "main": "./app.js",
+ "scripts": {
+ "start": "service-runner",
+ "test": "mocha",
+ "docker-start": "service-runner docker-start",
+ "docker-test": "service-runner docker-test",
+ "coverage": "istanbul cover _mocha -- -R spec"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/kartotherian/kartotherian.git"
+ },
+ "keywords": [
+ "REST",
+ "API",
+ "service template",
+ "MediaWiki"
+ ],
+ "author": "Yuri Astrakhan <[email protected]>",
+ "contributors": [
+ "Max Semenik <[email protected]>"
+ ],
+ "license": "Apache-2.0",
+ "bugs": {
+ "url": "https://phabricator.wikimedia.org/tag/maps/"
+ },
+ "homepage": "https://github.com/kartotherian/kartotherian",
+
+ "kartotherian": {
+ "registerSourceLibs": [
+ "tilelive-bridge",
+ "tilelive-vector",
+ "kartotherian-autogen",
+ "kartotherian-cassandra",
+ "kartotherian-postgres",
+ "kartotherian-demultiplexer",
+ "kartotherian-layermixer",
+ "kartotherian-overzoom",
+ "kartotherian-substantial"
+ ],
+ "requestHandlers": [
+ "kartotherian-geoshapes",
+ "kartotherian-maki",
+ "kartotherian-snapshot"
+ ]
+ },
+
+ "dependencies": {
+ "bluebird": "^3.3.5",
+ "body-parser": "^1.15.0",
+ "bunyan": "^1.8.1",
+ "cassandra-uuid": "^0.0.2",
+ "compression": "^1.6.1",
+ "domino": "^1.0.24",
+ "express": "^4.13.4",
+ "js-yaml": "^3.6.0",
+ "preq": "^0.4.11",
+ "service-runner": "^2.2.5",
+ "node-pre-gyp": "~0.6.25",
+
+ "mapnik": "~3.5.0",
+ "tilelive": "~5.12.2",
+ "tilelive-bridge": "~2.3.1",
+ "tilelive-vector": "~3.9.3",
+
+ "kartotherian-core":
"git+https://github.com/kartotherian/kartotherian-core.git",
+ "kartotherian-server":
"git+https://github.com/kartotherian/kartotherian-server.git",
+ "kartotherian-autogen":
"git+https://github.com/kartotherian/kartotherian-autogen.git",
+ "kartotherian-cassandra":
"git+https://github.com/kartotherian/kartotherian-cassandra.git",
+ "kartotherian-postgres":
"git+https://github.com/kartotherian/kartotherian-postgres.git",
+ "kartotherian-demultiplexer":
"git+https://github.com/kartotherian/kartotherian-demultiplexer.git",
+ "kartotherian-geoshapes":
"git+https://github.com/kartotherian/kartotherian-geoshapes.git",
+ "kartotherian-layermixer":
"git+https://github.com/kartotherian/kartotherian-layermixer.git",
+ "kartotherian-maki":
"git+https://github.com/kartotherian/kartotherian-maki.git",
+ "kartotherian-overzoom":
"git+https://github.com/kartotherian/kartotherian-overzoom.git",
+ "kartotherian-snapshot":
"git+https://github.com/kartotherian/kartotherian-snapshot.git",
+ "kartotherian-substantial":
"git+https://github.com/kartotherian/kartotherian-substantial.git",
+ "osm-bright-source":
"git+https://github.com/kartotherian/osm-bright.tm2source.git",
+ "osm-bright-style":
"git+https://github.com/kartotherian/osm-bright.tm2.git"
+ },
+ "optionalDependencies": {
+ "bunyan-prettystream": "*"
+ },
+ "devDependencies": {
+ "extend": "^3.0.0",
+ "istanbul": "^0.4.3",
+ "mocha": "^2.4.5",
+ "mocha-jshint": "^2.3.1",
+ "mocha-lcov-reporter": "^1.2.0",
+ "swagger-router": "^0.4.2"
+ },
+ "deploy": {
+ "node": "6.9.1",
+ "target": "debian",
+ "install_opts": ["--build-from-source=mapnik",
"--fallback-to-build=false"] ,
+ "dependencies": {
+ "_all": ["libcairo2-dev", "libgif-dev", "libpango1.0-dev"],
+ "ubuntu": ["libjpeg62-dev"],
+ "debian": [
+ "libjpeg62-turbo-dev",
+ "fonts-dejavu",
+ "libboost-filesystem-dev",
+ "libboost-program-options-dev",
+ "libboost-regex-dev",
+ "libboost-system-dev",
+ "libboost-thread-dev",
+ "libgdal-dev",
+ "libicu-dev",
+ "libpq-dev",
+ "libcurl4-gnutls-dev",
+ "libproj-dev",
+ "libtiff-dev",
+ "libwebp5",
+ {
+ "repo_url": "https://apt.wikimedia.org/wikimedia",
+ "release": "jessie-wikimedia",
+ "pool": "backports",
+ "packages": [ "libmapbox-variant-dev", "libmapnik-dev",
"mapnik-utils" ]
+ }
+ ]
+ }
+ }
+}
--
To view, visit https://gerrit.wikimedia.org/r/386410
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I748c465dff5db8335de61f1de402de202c326035
Gerrit-PatchSet: 1
Gerrit-Project: maps/kartotherian/deploy
Gerrit-Branch: master
Gerrit-Owner: Gehel <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits