mirror of
https://github.com/quentin-g-dev/afup.git
synced 2026-03-24 01:02:15 +01:00
24 lines
502 B
JSON
24 lines
502 B
JSON
{
|
|
"name": "afup",
|
|
"version": "0.0.1",
|
|
"description": "Afup web",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"tablefilter": "^0.5.42"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/afup/web.git"
|
|
},
|
|
"author": "",
|
|
"license": "UNLICENSED",
|
|
"bugs": {
|
|
"url": "https://github.com/afup/web/issues"
|
|
},
|
|
"homepage": "https://github.com/afup/web#readme"
|
|
}
|