package.json 584 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "Ant",
  3. "version": "1.0.0",
  4. "description": "A flat and light theme with a modern look",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/EliverLara/Ant.git"
  12. },
  13. "keywords": [],
  14. "author": "",
  15. "license": "ISC",
  16. "bugs": {
  17. "url": "https://github.com/EliverLara/Ant/issues"
  18. },
  19. "homepage": "https://github.com/EliverLara/Ant#readme",
  20. "dependencies": {
  21. "gulp": "^4.0.0",
  22. "gulp-exec": "^2.1.3",
  23. "gulp-sass": "^4.0.2"
  24. }
  25. }