mirror of
https://github.com/Foltik/Shimapan
synced 2024-11-10 23:53:31 -05:00
24 lines
480 B
JSON
24 lines
480 B
JSON
{
|
|
"name": "shimapan",
|
|
"version": "2.0.0",
|
|
"description": "File Host",
|
|
"homepage": "http://www.shimapan.rocks",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Foltik/shimapan"
|
|
},
|
|
"author": "Jack Foltz",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/Foltik/shimapan/issues"
|
|
},
|
|
"devDependencies": {
|
|
"clean-css": "^3.4.18",
|
|
"uglify-js": "^2.6.2",
|
|
"swig": "^1.4.2"
|
|
},
|
|
"dependencies": {
|
|
"htmlmin": "0.0.6"
|
|
}
|
|
}
|