package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "name": "continuable-cache",
  3. "version": "0.3.1",
  4. "description": "Cache a continuable",
  5. "keywords": [],
  6. "author": "Raynos <raynos2@gmail.com>",
  7. "repository": "git://github.com/Raynos/continuable-cache.git",
  8. "main": "index",
  9. "homepage": "https://github.com/Raynos/continuable-cache",
  10. "contributors": [
  11. {
  12. "name": "Raynos"
  13. }
  14. ],
  15. "bugs": {
  16. "url": "https://github.com/Raynos/continuable-cache/issues",
  17. "email": "raynos2@gmail.com"
  18. },
  19. "dependencies": {},
  20. "devDependencies": {
  21. "tape": "~0.2.2"
  22. },
  23. "licenses": [
  24. {
  25. "type": "MIT",
  26. "url": "http://github.com/Raynos/continuable-cache/raw/master/LICENSE"
  27. }
  28. ],
  29. "scripts": {
  30. "test": "node ./test/index.js",
  31. "build-test": "browserify-server --bundle=test/index.js -o test/static/bundle.js --debug",
  32. "tryme": "tryme ./examples --live",
  33. "example": "browservefy ./examples/simple.js --browserify='browserify-server' --live --indexed=./examples -- --debug --bundle"
  34. },
  35. "testling": {
  36. "files": "test/index.js",
  37. "browsers": [
  38. "ie/8..latest",
  39. "firefox/16..latest",
  40. "firefox/nightly",
  41. "chrome/22..latest",
  42. "chrome/canary",
  43. "opera/12..latest",
  44. "opera/next",
  45. "safari/5.1..latest",
  46. "ipad/6.0..latest",
  47. "iphone/6.0..latest"
  48. ]
  49. },
  50. "__npminstall_done": true,
  51. "_from": "continuable-cache@0.3.1",
  52. "_resolved": "https://registry.npmmirror.com/continuable-cache/-/continuable-cache-0.3.1.tgz"
  53. }