23 lines
472 B
JSON
23 lines
472 B
JSON
{
|
|
"name": "@timal/app_mapbuilder",
|
|
"version": "1.0.0",
|
|
"description": "Svg map builder tools",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://git.db.timal.kz/djerom/app_mapbuilder.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"publishConfig": {
|
|
"registry": "https://npm.db.timal.kz/"
|
|
}
|
|
}
|