@experium/moscow_metro
Version:
Scalable vector moscow metro map
37 lines (36 loc) • 907 B
JSON
{
"name": "@experium/moscow_metro",
"version": "2.1.5",
"description": "Scalable vector moscow metro map",
"main": "build/moscow_metro.js",
"scripts": {
"lint": "./node_modules/.bin/tslint -c tslint.json 'src/**/*.ts'",
"build": "node src/map/handler && NODE_ENV=production webpack"
},
"keywords": [
"moscow_metro.js",
"metro",
"moscow",
"underground",
"svg",
"vector"
],
"author": "Viacheslav Sergeev <philosophocat@ya.ru>",
"homepage": "https://github.com/philosophocat/moscow_metro",
"repository": {
"type": "git",
"url": "http://github.com/philosophocat/moscow_metro.git"
},
"license": "MIT",
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@types/node": "^10.12.18",
"ts-loader": "^5.3.3",
"tslint": "^5.12.1",
"typescript": "^3.2.4",
"webpack": "^4.28.4",
"webpack-cli": "^3.2.1"
}
}