mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
28 lines
660 B
JSON
28 lines
660 B
JSON
{
|
|
"name": "mirror-web",
|
|
"version": "1.0.0",
|
|
"description": "TUNA mirror site",
|
|
"main": "index.html",
|
|
"devDependencies": {
|
|
"gulp": "^3.9.0",
|
|
"gulp-babel": "^5.2.1",
|
|
"gulp-file-include": "^0.13.7",
|
|
"gulp-rename": "^1.2.2",
|
|
"gulp-sass": "^2.0.4"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/tuna/mirror-web.git"
|
|
},
|
|
"author": "Justin Wong",
|
|
"license": "AGPL-3.0",
|
|
"bugs": {
|
|
"url": "https://github.com/tuna/mirror-web/issues"
|
|
},
|
|
"homepage": "https://github.com/tuna/mirror-web#readme",
|
|
"dependencies": {}
|
|
}
|