You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

39 line
841 B

  1. {
  2. "name": "outlayer",
  3. "version": "2.1.1",
  4. "description": "the brains and guts of a layout library",
  5. "main": "outlayer.js",
  6. "dependencies": {
  7. "ev-emitter": "^1.0.0",
  8. "get-size": "^2.0.2",
  9. "fizzy-ui-utils": "^2.0.0"
  10. },
  11. "devDependencies": {
  12. "jquery": ">=1.4.3 <4",
  13. "jquery-bridget": "2.x",
  14. "qunitjs": "^1.17.0"
  15. },
  16. "repository": {
  17. "type": "git",
  18. "url": "https://github.com/metafizzy/outlayer.git"
  19. },
  20. "bugs": {
  21. "url": "https://github.com/metafizzy/outlayer/issues"
  22. },
  23. "homepage": "https://github.com/metafizzy/outlayer",
  24. "directories": {
  25. "doc": "docs",
  26. "example": "examples",
  27. "test": "test"
  28. },
  29. "scripts": {
  30. "test": "echo \"Error: no test specified\" && exit 1"
  31. },
  32. "keywords": [
  33. "DOM",
  34. "layout"
  35. ],
  36. "author": "David DeSandro",
  37. "license": "MIT"
  38. }