formations/javascript/base/exercices/pipeline/gulp/package.json

17 lines
312 B
JSON

{
"name": "exemple-gulp",
"version": "1.0.0",
"description": "",
"main": "Gulpfile.js",
"dependencies": {
"gulp": "^3.8.11",
"gulp-concat": "^2.5.2"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "GPL"
}