package.json 456 B

123456789101112131415161718192021
  1. {
  2. "name": "AnAnthology",
  3. "version": "0.0.1",
  4. "description": "Ananthologie project from archeo010110",
  5. "main": "gulpfile.js",
  6. "repository": {
  7. "type": "git",
  8. "url": ""
  9. },
  10. "author": "Bachir Soussi Chiadmi",
  11. "license": "GPLV3",
  12. "homepage": "",
  13. "devDependencies": {
  14. "gulp": "^3.9.1",
  15. "gulp-autoprefixer": "^3.1.0",
  16. "gulp-jsmin": "^0.1.5",
  17. "gulp-sass": "^3.1.0",
  18. "gulp-watch": "^4.2.4"
  19. },
  20. "dependencies": {}
  21. }