package.json 582 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "ionic-ratings",
  3. "version": "0.3.0",
  4. "description": "A ratings plugin for IONIC framework",
  5. "main": [
  6. "./dist/ionic-ratings.min.js"
  7. ],
  8. "scripts": {
  9. "test": "echo \"Error: no test specified\" && exit 1"
  10. },
  11. "repository": {
  12. "type": "git",
  13. "url": "git@github-personal:rajeshwarpatlolla/ionic-ratings.git"
  14. },
  15. "keywords": [
  16. "ionic-ratings"
  17. ],
  18. "author": "rajeshwar.patlolla@gmail.com",
  19. "license": "MIT",
  20. "devDependencies": {
  21. "del": "^2.2.2",
  22. "gulp": "^3.9.1",
  23. "gulp-concat": "^2.6.0",
  24. "gulp-uglify": "^1.5.4"
  25. }
  26. }