package.json 778 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "angular-ui-switch",
  3. "version": "0.1.0",
  4. "description": "iOS 7 style switch directive for AngularJS",
  5. "main": "ui-switch.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git://github.com/xpepermint/angular-ui-switch.git"
  12. },
  13. "keywords": [
  14. "angular",
  15. "angularjs",
  16. "ui",
  17. "directive",
  18. "switch",
  19. "on",
  20. "off",
  21. "button",
  22. "checkbox",
  23. "form"
  24. ],
  25. "author": "xpeper <xpepermint@gmail.com>",
  26. "license": "MIT",
  27. "bugs": {
  28. "url": "https://github.com/xpepermint/angular-ui-switch/issues"
  29. },
  30. "homepage": "https://github.com/xpepermint/angular-ui-switch",
  31. "devDependencies": {
  32. "minify": "^1.0.4",
  33. "uglify-js": "^2.4.15"
  34. }
  35. }