package.json 339 B

123456789101112131415161718
  1. {
  2. "name": "giraffe",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "dependencies": {
  10. "gulp": "*",
  11. "gulp-concat": "*",
  12. "gulp-uglify": "*",
  13. "gulp-rename": "*",
  14. "gulp-clean": "*"
  15. },
  16. "author": "",
  17. "license": "ISC"
  18. }