mirror of
https://github.com/mxpv/podsync.git
synced 2024-05-11 05:55:04 +00:00
33 lines
757 B
JSON
33 lines
757 B
JSON
{
|
|
"name": "podsync",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "gulpfile.js",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"del": "^3.0.0",
|
|
"gulp": "^3.9.1",
|
|
"gulp-autoprefixer": "^4.0.0",
|
|
"gulp-clean-css": "^3.7.0",
|
|
"gulp-if": "^2.0.2",
|
|
"gulp-imagemin": "^3.3.0",
|
|
"gulp-rev": "^8.0.0",
|
|
"gulp-rev-replace": "^0.4.3",
|
|
"gulp-size": "^2.1.0",
|
|
"gulp-uglify": "^3.0.0"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/mxpv/Podsync.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/mxpv/Podsync/issues"
|
|
},
|
|
"homepage": "https://github.com/mxpv/Podsync#readme"
|
|
}
|