26 lines
628 B
JSON
26 lines
628 B
JSON
{
|
|
"name": "fmartingrcom",
|
|
"version": "3.0.0",
|
|
"description": "fmartingr.com",
|
|
"main": "gulpfile.js",
|
|
"devDependencies": {
|
|
"gulp": "^3.9.0",
|
|
"gulp-concat": "^2.6.0",
|
|
"gulp-concat-css": "^2.2.0",
|
|
"gulp-livereload": "^3.8.1",
|
|
"gulp-minify": "^0.0.15",
|
|
"gulp-minify-css": "^1.2.2",
|
|
"gulp-sass": "^3.1.0",
|
|
"merge-stream": "^1.0.0",
|
|
"yargs": "^7.0.2"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://gitlab.com/fmartingr/fmartingr.com.git"
|
|
},
|
|
"author": "Felipe Martin",
|
|
"license": "GPLv2"
|
|
}
|