package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "name": "underscore",
  3. "description": "JavaScript's functional programming helper library.",
  4. "homepage": "http://underscorejs.org",
  5. "keywords": [
  6. "util",
  7. "functional",
  8. "server",
  9. "client",
  10. "browser"
  11. ],
  12. "author": {
  13. "name": "Jeremy Ashkenas",
  14. "email": "jeremy@documentcloud.org"
  15. },
  16. "repository": {
  17. "type": "git",
  18. "url": "git://github.com/jashkenas/underscore.git"
  19. },
  20. "main": "underscore.js",
  21. "version": "1.6.0",
  22. "devDependencies": {
  23. "docco": "0.6.x",
  24. "phantomjs": "1.9.0-1",
  25. "uglify-js": "2.4.x"
  26. },
  27. "scripts": {
  28. "test": "phantomjs test/vendor/runner.js test/index.html?noglobals=true",
  29. "build": "uglifyjs underscore.js -c \"evaluate=false\" --comments \"/ .*/\" -m --source-map underscore-min.map -o underscore-min.js",
  30. "doc": "docco underscore.js"
  31. },
  32. "licenses": [
  33. {
  34. "type": "MIT",
  35. "url": "https://raw.github.com/jashkenas/underscore/master/LICENSE"
  36. }
  37. ],
  38. "files": [
  39. "underscore.js",
  40. "underscore-min.js",
  41. "LICENSE"
  42. ],
  43. "bugs": {
  44. "url": "https://github.com/jashkenas/underscore/issues"
  45. },
  46. "_id": "underscore@1.6.0",
  47. "dist": {
  48. "shasum": "8b38b10cacdef63337b8b24e4ff86d45aea529a8",
  49. "tarball": "http://registry.npmjs.org/underscore/-/underscore-1.6.0.tgz"
  50. },
  51. "_from": "underscore@1.6.0",
  52. "_npmVersion": "1.3.21",
  53. "_npmUser": {
  54. "name": "jashkenas",
  55. "email": "jashkenas@gmail.com"
  56. },
  57. "maintainers": [
  58. {
  59. "name": "jashkenas",
  60. "email": "jashkenas@gmail.com"
  61. }
  62. ],
  63. "directories": {},
  64. "_shasum": "8b38b10cacdef63337b8b24e4ff86d45aea529a8",
  65. "_resolved": "https://registry.npmjs.org/underscore/-/underscore-1.6.0.tgz"
  66. }