package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. {
  2. "_args": [
  3. [
  4. "grunt",
  5. "/repo/combiclub.com/wwwroot/themes/combi/_grunt"
  6. ]
  7. ],
  8. "_from": "grunt@*",
  9. "_id": "grunt@0.4.5",
  10. "_inCache": true,
  11. "_location": "/grunt",
  12. "_npmUser": {
  13. "email": "cowboy@rj3.net",
  14. "name": "cowboy"
  15. },
  16. "_npmVersion": "1.4.4",
  17. "_phantomChildren": {},
  18. "_requested": {
  19. "name": "grunt",
  20. "raw": "grunt",
  21. "rawSpec": "",
  22. "scope": null,
  23. "spec": "*",
  24. "type": "range"
  25. },
  26. "_requiredBy": [
  27. "#USER"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/grunt/-/grunt-0.4.5.tgz",
  30. "_shasum": "56937cd5194324adff6d207631832a9d6ba4e7f0",
  31. "_shrinkwrap": null,
  32. "_spec": "grunt",
  33. "_where": "/repo/combiclub.com/wwwroot/themes/combi/_grunt",
  34. "author": {
  35. "name": "\"Cowboy\" Ben Alman",
  36. "url": "http://benalman.com/"
  37. },
  38. "bugs": {
  39. "url": "http://github.com/gruntjs/grunt/issues"
  40. },
  41. "dependencies": {
  42. "async": "~0.1.22",
  43. "coffee-script": "~1.3.3",
  44. "colors": "~0.6.2",
  45. "dateformat": "1.0.2-1.2.3",
  46. "eventemitter2": "~0.4.13",
  47. "exit": "~0.1.1",
  48. "findup-sync": "~0.1.2",
  49. "getobject": "~0.1.0",
  50. "glob": "~3.1.21",
  51. "grunt-legacy-log": "~0.1.0",
  52. "grunt-legacy-util": "~0.2.0",
  53. "hooker": "~0.2.3",
  54. "iconv-lite": "~0.2.11",
  55. "js-yaml": "~2.0.5",
  56. "lodash": "~0.9.2",
  57. "minimatch": "~0.2.12",
  58. "nopt": "~1.0.10",
  59. "rimraf": "~2.2.8",
  60. "underscore.string": "~2.2.1",
  61. "which": "~1.0.5"
  62. },
  63. "description": "The JavaScript Task Runner",
  64. "devDependencies": {
  65. "difflet": "~0.2.3",
  66. "grunt-contrib-jshint": "~0.6.4",
  67. "grunt-contrib-nodeunit": "~0.2.0",
  68. "grunt-contrib-watch": "~0.5.3",
  69. "semver": "2.1.0",
  70. "shelljs": "~0.2.5",
  71. "temporary": "~0.0.4"
  72. },
  73. "directories": {},
  74. "dist": {
  75. "shasum": "56937cd5194324adff6d207631832a9d6ba4e7f0",
  76. "tarball": "http://registry.npmjs.org/grunt/-/grunt-0.4.5.tgz"
  77. },
  78. "engines": {
  79. "node": ">= 0.8.0"
  80. },
  81. "homepage": "http://gruntjs.com/",
  82. "installable": true,
  83. "keywords": [
  84. "async",
  85. "build",
  86. "cli",
  87. "init",
  88. "jake",
  89. "lodash",
  90. "make",
  91. "minify",
  92. "nodeunit",
  93. "qunit",
  94. "scaffold",
  95. "server",
  96. "task",
  97. "test",
  98. "tool",
  99. "uglify",
  100. "unit"
  101. ],
  102. "licenses": [
  103. {
  104. "type": "MIT",
  105. "url": "http://github.com/gruntjs/grunt/blob/master/LICENSE-MIT"
  106. }
  107. ],
  108. "main": "lib/grunt",
  109. "maintainers": [
  110. {
  111. "name": "cowboy",
  112. "email": "cowboy@rj3.net"
  113. },
  114. {
  115. "name": "tkellen",
  116. "email": "tyler@sleekcode.net"
  117. }
  118. ],
  119. "name": "grunt",
  120. "optionalDependencies": {},
  121. "repository": {
  122. "type": "git",
  123. "url": "git://github.com/gruntjs/grunt.git"
  124. },
  125. "scripts": {
  126. "test": "grunt test"
  127. },
  128. "version": "0.4.5"
  129. }