19 lines
339 B
JSON
19 lines
339 B
JSON
{
|
|
"name": "giraffe",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"dependencies": {
|
|
"gulp": "*",
|
|
"gulp-concat": "*",
|
|
"gulp-uglify": "*",
|
|
"gulp-rename": "*",
|
|
"gulp-clean": "*"
|
|
},
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|