@kartotherian/babel
Version:
Tile source to support multilingual maps
48 lines (47 loc) • 1.28 kB
JSON
{
"name": "@kartotherian/babel",
"version": "1.0.1-wmf.0",
"description": "Tile source to support multilingual maps",
"main": "lib/Babel.js",
"scripts": {
"test": "grunt test",
"preversion": "npm test"
},
"repository": "kartotherian/babel",
"keywords": [
"kartotherian",
"tilelive"
],
"author": "Yuri Astrakhan <YuriAstrakhan@gmail.com>",
"license": "Apache-2.0",
"bugs": "https://github.com/kartotherian/babel/issues",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@kartotherian/err": "^1.0.2-wmf.0",
"@kartotherian/input-validator": "^1.0.1-wmf.0",
"bluebird": "^3.5.1",
"language-scripts": "^1.0.2",
"pbf": "^3.2.0",
"tilelive-promise": "^2.0.0",
"underscore": "^1.8.3"
},
"devDependencies": {
"@kartotherian/core": "^1.0.2-wmf.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-config-kartotherian": "^0.0.5",
"grunt": "^1.0.2",
"grunt-contrib-watch": "^1.0.0",
"grunt-eslint": "^20.1.0",
"grunt-mocha-test": "^0.13.3",
"grunt-tyops": "0.1.0",
"json-stringify-pretty-compact": "*",
"mocha": "^5.0.4",
"typedarray-to-buffer": "3.1.2"
},
"engines": {
"node": ">=6.0.0"
},
"gitHead": "fe2c429367e0340f8727e263721f195a06867057"
}