Initial commit
This commit is contained in:
commit
edb5816892
30 changed files with 534 additions and 0 deletions
26
package.json
Normal file
26
package.json
Normal file
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"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.5",
|
||||
"gulp-minify-css": "^1.2.2",
|
||||
"gulp-sass": "^2.0.4",
|
||||
"merge-stream": "^1.0.0",
|
||||
"yargs": "^3.31.0"
|
||||
},
|
||||
"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"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue