mirror of
https://github.com/samnyan/arcade-db-server.git
synced 2026-03-22 01:34:21 -05:00
23 lines
499 B
JSON
23 lines
499 B
JSON
{
|
|
"name": "arcade-db-server",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"scripts": {
|
|
"gulp-watch": "gulp watch"
|
|
},
|
|
"dependencies": {
|
|
"gulp": "4.0.2",
|
|
"gulp-watch": "^5.0.1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://gitlab.com/sam_nya/arcade-db-server.git"
|
|
},
|
|
"author": "sam_nya",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://gitlab.com/sam_nya/arcade-db-server/issues"
|
|
},
|
|
"homepage": "https://gitlab.com/sam_nya/arcade-db-server#readme"
|
|
}
|