package.json 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "name": "jsonp-body",
  3. "version": "1.0.0",
  4. "description": "Helper to create more safe jsonp response body for koa and other web framework.",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "make test-all"
  8. },
  9. "config": {
  10. "cov": {
  11. "threshold": 100
  12. }
  13. },
  14. "dependencies": {
  15. },
  16. "devDependencies": {
  17. "autod": "*",
  18. "contributors": "*",
  19. "cov": "*",
  20. "istanbul-harmony": "*",
  21. "jshint": "*",
  22. "mocha": "*",
  23. "should": "~4.0.4"
  24. },
  25. "homepage": "https://github.com/node-modules/jsonp-body",
  26. "repository": {
  27. "type": "git",
  28. "url": "git://github.com/node-modules/jsonp-body.git",
  29. "web": "https://github.com/node-modules/jsonp-body"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/node-modules/jsonp-body/issues",
  33. "email": "fengmk2@gmail.com"
  34. },
  35. "keywords": [
  36. "jsonp",
  37. "koa",
  38. "json",
  39. "CVE-2014-4671", "abusing-jsonp-with-rosetta-flash"
  40. ],
  41. "engines": {
  42. "node": ">= 0.10.0"
  43. },
  44. "author": "fengmk2 <fengmk2@gmail.com> (http://fengmk2.github.com)",
  45. "license": "MIT"
  46. }