package.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "grunt-contrib-cssmin@~0.14.0",
  6. "scope": null,
  7. "escapedName": "grunt-contrib-cssmin",
  8. "name": "grunt-contrib-cssmin",
  9. "rawSpec": "~0.14.0",
  10. "spec": ">=0.14.0 <0.15.0",
  11. "type": "range"
  12. },
  13. "/home/conte/data/reveal.js"
  14. ]
  15. ],
  16. "_from": "grunt-contrib-cssmin@>=0.14.0 <0.15.0",
  17. "_id": "grunt-contrib-cssmin@0.14.0",
  18. "_inCache": true,
  19. "_location": "/grunt-contrib-cssmin",
  20. "_nodeVersion": "0.10.35",
  21. "_npmUser": {
  22. "name": "vladikoff",
  23. "email": "vlad@vladikoff.com"
  24. },
  25. "_npmVersion": "2.14.0",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "grunt-contrib-cssmin@~0.14.0",
  29. "scope": null,
  30. "escapedName": "grunt-contrib-cssmin",
  31. "name": "grunt-contrib-cssmin",
  32. "rawSpec": "~0.14.0",
  33. "spec": ">=0.14.0 <0.15.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "#DEV:/"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/grunt-contrib-cssmin/-/grunt-contrib-cssmin-0.14.0.tgz",
  40. "_shasum": "88b0a92536969bb566281c5c61ec5062d833f3b7",
  41. "_shrinkwrap": null,
  42. "_spec": "grunt-contrib-cssmin@~0.14.0",
  43. "_where": "/home/conte/data/reveal.js",
  44. "appveyor_id": "ntgfqc3ppk533m84",
  45. "author": {
  46. "name": "Grunt Team",
  47. "url": "http://gruntjs.com/"
  48. },
  49. "bugs": {
  50. "url": "https://github.com/gruntjs/grunt-contrib-cssmin/issues"
  51. },
  52. "contributors": [
  53. {
  54. "name": "Tim Branyen",
  55. "url": "http://tbranyen.com/"
  56. },
  57. {
  58. "name": "Chris Talkington",
  59. "url": "http://christalkington.com/"
  60. },
  61. {
  62. "name": "Thomas Boyt",
  63. "url": "http://www.thomasboyt.com/"
  64. },
  65. {
  66. "name": "Liam Kaufman",
  67. "url": "http://liamkaufman.com/"
  68. },
  69. {
  70. "name": "Jörn Zaefferer",
  71. "url": "http://bassistance.de"
  72. },
  73. {
  74. "name": "Braden Anderson",
  75. "url": "http://google.com/profiles/bluej100"
  76. }
  77. ],
  78. "dependencies": {
  79. "chalk": "^1.0.0",
  80. "clean-css": "~3.4.2",
  81. "maxmin": "^1.1.0"
  82. },
  83. "description": "Minify CSS",
  84. "devDependencies": {
  85. "grunt": "^0.4.5",
  86. "grunt-cli": "^0.1.13",
  87. "grunt-contrib-clean": "^0.6.0",
  88. "grunt-contrib-internal": "^0.4.6",
  89. "grunt-contrib-jshint": "^0.11.0",
  90. "grunt-contrib-nodeunit": "^0.4.0"
  91. },
  92. "directories": {},
  93. "dist": {
  94. "shasum": "88b0a92536969bb566281c5c61ec5062d833f3b7",
  95. "tarball": "https://registry.npmjs.org/grunt-contrib-cssmin/-/grunt-contrib-cssmin-0.14.0.tgz"
  96. },
  97. "engines": {
  98. "node": ">=0.10.0"
  99. },
  100. "files": [
  101. "tasks"
  102. ],
  103. "gitHead": "26434dcd52798ea7ebaa382277a6aeb094360874",
  104. "homepage": "https://github.com/gruntjs/grunt-contrib-cssmin#readme",
  105. "keywords": [
  106. "gruntplugin",
  107. "cssmin",
  108. "css",
  109. "style",
  110. "styles",
  111. "stylesheet",
  112. "minify",
  113. "compress"
  114. ],
  115. "license": "MIT",
  116. "maintainers": [
  117. {
  118. "name": "tkellen",
  119. "email": "tyler@sleekcode.net"
  120. },
  121. {
  122. "name": "cowboy",
  123. "email": "cowboy@rj3.net"
  124. },
  125. {
  126. "name": "jzaefferer",
  127. "email": "joern.zaefferer@gmail.com"
  128. },
  129. {
  130. "name": "sindresorhus",
  131. "email": "sindresorhus@gmail.com"
  132. },
  133. {
  134. "name": "jmeas",
  135. "email": "jellyes2@gmail.com"
  136. },
  137. {
  138. "name": "shama",
  139. "email": "kyle@dontkry.com"
  140. },
  141. {
  142. "name": "vladikoff",
  143. "email": "vlad@vladikoff.com"
  144. }
  145. ],
  146. "name": "grunt-contrib-cssmin",
  147. "optionalDependencies": {},
  148. "peerDependencies": {
  149. "grunt": ">=0.4.0"
  150. },
  151. "readme": "ERROR: No README data found!",
  152. "repository": {
  153. "type": "git",
  154. "url": "git+https://github.com/gruntjs/grunt-contrib-cssmin.git"
  155. },
  156. "scripts": {
  157. "test": "grunt test"
  158. },
  159. "version": "0.14.0"
  160. }