package.json 937 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "angular-motion",
  3. "description": "AngularMotion - Fancy CSS3 animations for AngularJS 1.2+",
  4. "version": "0.4.3",
  5. "keywords": [
  6. "angular",
  7. "animation"
  8. ],
  9. "homepage": "https://github.com/mgcrea/angular-motion",
  10. "bugs": "https://github.com/mgcrea/angular-motion/issues",
  11. "author": {
  12. "name": "Olivier Louvignes",
  13. "email": "olivier@mg-crea.com",
  14. "url": "https://github.com/mgcrea"
  15. },
  16. "repository": {
  17. "type": "git",
  18. "url": "https://github.com/mgcrea/angular-motion.git"
  19. },
  20. "licenses": [
  21. {
  22. "type": "MIT",
  23. "url": "https://github.com/mgcrea/bootstrap-additions/blob/master/LICENSE.md"
  24. }
  25. ],
  26. "dependencies": {},
  27. "devDependencies": {
  28. "factory-angular-channels": "^0.8.3",
  29. "gulp": "gulpjs/gulp#4.0",
  30. "ng-factory": "^1.0",
  31. "undertaker-lib-tasks": "^0.4.1"
  32. },
  33. "engines": {
  34. "node": "^0.10"
  35. },
  36. "scripts": {
  37. "test": "gulp build"
  38. }
  39. }