package.json 2.0 KB

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