package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "name": "jquery",
  3. "title": "jQuery",
  4. "description": "JavaScript library for DOM operations",
  5. "version": "1.11.3",
  6. "main": "dist/jquery.js",
  7. "homepage": "http://jquery.com",
  8. "author": {
  9. "name": "jQuery Foundation and other contributors",
  10. "url": "https://github.com/jquery/jquery/blob/1.11.3/AUTHORS.txt"
  11. },
  12. "repository": {
  13. "type": "git",
  14. "url": "git+https://github.com/jquery/jquery.git"
  15. },
  16. "keywords": [
  17. "jquery",
  18. "javascript",
  19. "browser",
  20. "library"
  21. ],
  22. "bugs": {
  23. "url": "http://bugs.jquery.com"
  24. },
  25. "licenses": [
  26. {
  27. "type": "MIT",
  28. "url": "https://github.com/jquery/jquery/blob/1.11.3/MIT-LICENSE.txt"
  29. }
  30. ],
  31. "dependencies": {},
  32. "devDependencies": {
  33. "commitplease": "2.0.0",
  34. "grunt": "0.4.2",
  35. "grunt-bowercopy": "0.7.1",
  36. "grunt-cli": "0.1.13",
  37. "grunt-compare-size": "0.4.0",
  38. "grunt-contrib-jshint": "0.8.0",
  39. "grunt-contrib-uglify": "0.3.2",
  40. "grunt-contrib-watch": "0.5.3",
  41. "grunt-git-authors": "1.2.0",
  42. "grunt-jscs-checker": "0.4.1",
  43. "grunt-jsonlint": "1.0.4",
  44. "gzip-js": "0.3.2",
  45. "load-grunt-tasks": "0.3.0",
  46. "requirejs": "2.1.10",
  47. "testswarm": "1.1.0"
  48. },
  49. "scripts": {
  50. "build": "npm install && grunt",
  51. "start": "grunt watch",
  52. "test": "grunt"
  53. },
  54. "gitHead": "1472290917f17af05e98007136096784f9051fab",
  55. "_id": "jquery@1.11.3",
  56. "_shasum": "dd8b74278b27102d29df63eae28308a8cfa1b583",
  57. "_from": "jquery@>=1.7.0 <2.0.0",
  58. "_npmVersion": "2.7.4",
  59. "_nodeVersion": "0.12.2",
  60. "_npmUser": {
  61. "name": "timmywil",
  62. "email": "timmywillisn@gmail.com"
  63. },
  64. "maintainers": [
  65. {
  66. "name": "dmethvin",
  67. "email": "dave.methvin@gmail.com"
  68. },
  69. {
  70. "name": "scott.gonzalez",
  71. "email": "scott.gonzalez@gmail.com"
  72. },
  73. {
  74. "name": "m_gol",
  75. "email": "m.goleb@gmail.com"
  76. },
  77. {
  78. "name": "timmywil",
  79. "email": "timmywillisn@gmail.com"
  80. }
  81. ],
  82. "dist": {
  83. "shasum": "dd8b74278b27102d29df63eae28308a8cfa1b583",
  84. "tarball": "http://registry.npmjs.org/jquery/-/jquery-1.11.3.tgz"
  85. },
  86. "directories": {},
  87. "_resolved": "https://registry.npmjs.org/jquery/-/jquery-1.11.3.tgz",
  88. "readme": "ERROR: No README data found!"
  89. }