package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_args": [
  3. [
  4. "clean-css@4.1.11",
  5. "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "clean-css@4.1.11",
  10. "_id": "clean-css@4.1.11",
  11. "_inBundle": false,
  12. "_integrity": "sha1-Ls3xRaujj1R0DybO/Q/z4D4SXWo=",
  13. "_location": "/clean-css",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "clean-css@4.1.11",
  19. "name": "clean-css",
  20. "escapedName": "clean-css",
  21. "rawSpec": "4.1.11",
  22. "saveSpec": null,
  23. "fetchSpec": "4.1.11"
  24. },
  25. "_requiredBy": [
  26. "/gulp-clean-css"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/clean-css/-/clean-css-4.1.11.tgz",
  29. "_spec": "4.1.11",
  30. "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah",
  31. "author": {
  32. "name": "Jakub Pawlowicz",
  33. "email": "contact@jakubpawlowicz.com",
  34. "url": "http://twitter.com/jakubpawlowicz"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/jakubpawlowicz/clean-css/issues"
  38. },
  39. "dependencies": {
  40. "source-map": "0.5.x"
  41. },
  42. "description": "A well-tested CSS minifier",
  43. "devDependencies": {
  44. "browserify": "^14.0.0",
  45. "http-proxy": "1.x",
  46. "jshint": "2.x",
  47. "nock": "9.x",
  48. "server-destroy": "1.x",
  49. "uglify-js": ">=2.6.1",
  50. "vows": "0.8.x"
  51. },
  52. "engines": {
  53. "node": ">= 4.0"
  54. },
  55. "files": [
  56. "lib",
  57. "History.md",
  58. "index.js",
  59. "LICENSE"
  60. ],
  61. "homepage": "https://github.com/jakubpawlowicz/clean-css",
  62. "keywords": [
  63. "css",
  64. "minifier"
  65. ],
  66. "license": "MIT",
  67. "main": "index.js",
  68. "name": "clean-css",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/jakubpawlowicz/clean-css.git"
  72. },
  73. "scripts": {
  74. "bench": "node ./test/bench.js",
  75. "browserify": "browserify --standalone CleanCSS index.js | uglifyjs --compress --mangle -o cleancss-browser.js",
  76. "check": "jshint .",
  77. "prepublish": "npm run check",
  78. "test": "vows"
  79. },
  80. "version": "4.1.11"
  81. }