mirror-web/package.json
2015-09-02 15:34:52 +08:00

28 lines
662 B
JSON

{
"name": "mirror-web",
"version": "1.0.0",
"description": "TUNA mirror site",
"main": "index.html",
"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": {
"gulp": "^3.9.0",
"gulp-babel": "^5.2.1",
"gulp-file-include": "^0.13.7",
"gulp-rename": "^1.2.2",
"node-sass": "^3.3.2",
"gulp-sass": "^2.0.4"
}
}