-
Hubert Kubiak authored
Adding gulp-filter that enables modification I suggested in the gulpfile.
Hubert Kubiak authoredAdding gulp-filter that enables modification I suggested in the gulpfile.
This project manages its dependencies using npm.
Learn more
package.json 764 B
{
"name": "freelancer",
"title": "Freelancer",
"version": "3.3.7+1",
"homepage": "http://startbootstrap.com/template-overviews/freelancer",
"author": "Start Bootstrap",
"license": {
"type": "MIT",
"url": "https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE"
},
"devDependencies": {
"bootstrap": "^3.3.7",
"browser-sync": "^2.13.0",
"font-awesome": "^4.6.3",
"gulp": "^3.9.1",
"gulp-clean-css": "^2.0.10",
"gulp-filter": "^4.0.0",
"gulp-header": "^1.8.7",
"gulp-less": "^3.1.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.4",
"jquery": "^1.11.3"
},
"repository": {
"type": "git",
"url": "https://github.com/BlackrockDigital/startbootstrap-freelancer.git"
}
}