Advertisement
Guest User

Untitled

a guest
Dec 19th, 2014
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. {
  2. "name": "rave-wire-example",
  3. "version": "0.0.0",
  4. "description": "wire example",
  5. "main": "app/run.js",
  6. "authors": [
  7. "foxdonut <fdaoud@proinbox.com>"
  8. ],
  9. "moduleType": [
  10. "amd"
  11. ],
  12. "license": "MIT",
  13. "ignore": [
  14. "**/.*",
  15. "node_modules",
  16. "bower_components",
  17. "test",
  18. "tests"
  19. ],
  20. "dependencies": {
  21. "wire": "~0.10.9",
  22. "jquery": "~2.1.1",
  23. "rivets": "~0.7.1",
  24. "rave": "~0.4.5",
  25. "rave-wire": "~0.2.0"
  26. }
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement