package.json 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. {
  2. "_args": [
  3. [
  4. "grunt-contrib-less",
  5. "/repo/combiclub.com/wwwroot/themes/combi/_grunt"
  6. ]
  7. ],
  8. "_from": "grunt-contrib-less@*",
  9. "_id": "grunt-contrib-less@1.0.1",
  10. "_inCache": true,
  11. "_location": "/grunt-contrib-less",
  12. "_nodeVersion": "0.10.35",
  13. "_npmUser": {
  14. "email": "vlad@vladikoff.com",
  15. "name": "vladikoff"
  16. },
  17. "_npmVersion": "2.4.1",
  18. "_phantomChildren": {
  19. "escape-string-regexp": "1.0.3"
  20. },
  21. "_requested": {
  22. "name": "grunt-contrib-less",
  23. "raw": "grunt-contrib-less",
  24. "rawSpec": "",
  25. "scope": null,
  26. "spec": "*",
  27. "type": "range"
  28. },
  29. "_requiredBy": [
  30. "#USER"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/grunt-contrib-less/-/grunt-contrib-less-1.0.1.tgz",
  33. "_shasum": "87f32a5e474987a405c9c9890d33686a45021d51",
  34. "_shrinkwrap": null,
  35. "_spec": "grunt-contrib-less",
  36. "_where": "/repo/combiclub.com/wwwroot/themes/combi/_grunt",
  37. "appveyor_id": "e3aa4d07xe4w4u05",
  38. "author": {
  39. "name": "Grunt Team",
  40. "url": "http://gruntjs.com/"
  41. },
  42. "bugs": {
  43. "url": "https://github.com/gruntjs/grunt-contrib-less/issues"
  44. },
  45. "contributors": [
  46. {
  47. "name": "Tyler Kellen",
  48. "url": "http://goingslowly.com/"
  49. },
  50. {
  51. "name": "\"Cowboy\" Ben Alman",
  52. "url": "http://benalman.com/"
  53. },
  54. {
  55. "name": "Chris Talkington",
  56. "url": "http://christalkington.com/"
  57. },
  58. {
  59. "name": "Teddy Cross",
  60. "url": "http://tkaz.ec/"
  61. },
  62. {
  63. "name": "Justin Searls",
  64. "url": "http://about.me/searls/"
  65. },
  66. {
  67. "name": "Thomas Boyt",
  68. "url": "http://www.thomasboyt.com/"
  69. },
  70. {
  71. "name": "Jake Harding",
  72. "url": "http://thejakeharding.com/"
  73. },
  74. {
  75. "name": "Jason Karns",
  76. "url": "http://jasonkarns.com/"
  77. },
  78. {
  79. "name": "Sebastian Tschan",
  80. "url": "https://blueimp.net/"
  81. }
  82. ],
  83. "dependencies": {
  84. "async": "^0.9.0",
  85. "chalk": "^0.5.1",
  86. "less": "~2.4.0",
  87. "lodash": "^2.4.1"
  88. },
  89. "description": "Compile LESS files to CSS.",
  90. "devDependencies": {
  91. "grunt": "^0.4.5",
  92. "grunt-contrib-clean": "^0.6.0",
  93. "grunt-contrib-internal": "^0.4.11",
  94. "grunt-contrib-jshint": "^0.10.0",
  95. "grunt-contrib-nodeunit": "^0.4.1",
  96. "less-plugin-clean-css": "^1.2.0"
  97. },
  98. "directories": {},
  99. "dist": {
  100. "shasum": "87f32a5e474987a405c9c9890d33686a45021d51",
  101. "tarball": "http://registry.npmjs.org/grunt-contrib-less/-/grunt-contrib-less-1.0.1.tgz"
  102. },
  103. "engines": {
  104. "node": ">=0.10.0"
  105. },
  106. "files": [
  107. "LICENSE-MIT",
  108. "tasks"
  109. ],
  110. "gitHead": "75e1386ac380c553f5a8b1984f905d991864855c",
  111. "homepage": "https://github.com/gruntjs/grunt-contrib-less",
  112. "installable": true,
  113. "keywords": [
  114. "gruntplugin"
  115. ],
  116. "licenses": [
  117. {
  118. "type": "MIT",
  119. "url": "https://github.com/gruntjs/grunt-contrib-less/blob/master/LICENSE-MIT"
  120. }
  121. ],
  122. "maintainers": [
  123. {
  124. "name": "tkellen",
  125. "email": "tyler@sleekcode.net"
  126. },
  127. {
  128. "name": "cowboy",
  129. "email": "cowboy@rj3.net"
  130. },
  131. {
  132. "name": "shama",
  133. "email": "kyle@dontkry.com"
  134. },
  135. {
  136. "name": "vladikoff",
  137. "email": "vlad@vladikoff.com"
  138. },
  139. {
  140. "name": "jmeas",
  141. "email": "jellyes2@gmail.com"
  142. },
  143. {
  144. "name": "sindresorhus",
  145. "email": "sindresorhus@gmail.com"
  146. }
  147. ],
  148. "name": "grunt-contrib-less",
  149. "optionalDependencies": {},
  150. "peerDependencies": {
  151. "grunt": "~0.4.5"
  152. },
  153. "repository": {
  154. "type": "git",
  155. "url": "git://github.com/gruntjs/grunt-contrib-less.git"
  156. },
  157. "scripts": {
  158. "test": "grunt test"
  159. },
  160. "version": "1.0.1"
  161. }