Advertisement
Guest User

Untitled

a guest
Aug 1st, 2015
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. {
  2. "name": "blue-leaf",
  3. "version": "1.2.3",
  4. "description": "Physics-like animations for pretty particles",
  5. "main": [
  6. "js/motion.js",
  7. "sass/motion.scss"
  8. ],
  9. "dependencies": {
  10. "get-size": "~1.2.2",
  11. "eventEmitter": "~4.2.11"
  12. },
  13. "devDependencies": {
  14. "qunit": "~1.16.0"
  15. },
  16. "moduleType": [
  17. "amd",
  18. "globals",
  19. "node"
  20. ],
  21. "keywords": [
  22. "motion",
  23. "physics",
  24. "particles"
  25. ],
  26. "authors": [
  27. "Betty Beta <bbeta@example.com>"
  28. ],
  29. "license": "MIT",
  30. "ignore": [
  31. "**/.*",
  32. "node_modules",
  33. "bower_components",
  34. "test",
  35. "tests"
  36. ]
  37. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement