package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "_args": [
  3. [
  4. "csscomb@3.1.8",
  5. "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "csscomb@3.1.8",
  10. "_id": "csscomb@3.1.8",
  11. "_inBundle": false,
  12. "_integrity": "sha1-qKc4iE9Am6817JRhr8UuHHW9I6I=",
  13. "_location": "/csscomb",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "csscomb@3.1.8",
  19. "name": "csscomb",
  20. "escapedName": "csscomb",
  21. "rawSpec": "3.1.8",
  22. "saveSpec": null,
  23. "fetchSpec": "3.1.8"
  24. },
  25. "_requiredBy": [
  26. "/gulp-csscomb"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/csscomb/-/csscomb-3.1.8.tgz",
  29. "_spec": "3.1.8",
  30. "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah",
  31. "author": {
  32. "name": "Mikhail Troshev",
  33. "email": "mishanga@yandex-team.ru"
  34. },
  35. "bin": {
  36. "csscomb": "./bin/csscomb"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/csscomb/csscomb.js/issues"
  40. },
  41. "contributors": [
  42. {
  43. "name": "Igor Novak",
  44. "email": "bezengi@gmail.com"
  45. },
  46. {
  47. "name": "Roman Komarov",
  48. "email": "kizmarh@ya.ru"
  49. },
  50. {
  51. "name": "Denis Payase",
  52. "email": "lostsoul@yandex-team.ru"
  53. },
  54. {
  55. "name": "Mikhail Troshev",
  56. "email": "mishanga@yandex-team.ru",
  57. "url": "http://mishanga.pro/"
  58. },
  59. {
  60. "name": "Sergey Puzankov",
  61. "email": "puzankov@yandex-team.ru"
  62. }
  63. ],
  64. "dependencies": {
  65. "commander": "2.0.0",
  66. "csscomb-core": "3.0.0-3.1",
  67. "gonzales-pe": "3.0.0-28",
  68. "vow": "0.4.4"
  69. },
  70. "description": "CSS coding style formatter",
  71. "devDependencies": {
  72. "jscs": "1.4.5",
  73. "jshint": "2.3.0",
  74. "jshint-groups": "0.5.3",
  75. "mocha": "1.20.1"
  76. },
  77. "engines": {
  78. "node": ">= 0.10.0"
  79. },
  80. "files": [
  81. "bin",
  82. "config",
  83. "lib"
  84. ],
  85. "homepage": "http://csscomb.com/",
  86. "main": "./lib/csscomb.js",
  87. "maintainers": [
  88. {
  89. "name": "Tony Ganch",
  90. "email": "tonyganch+github@gmail.com",
  91. "url": "http://tonyganch.com/"
  92. }
  93. ],
  94. "name": "csscomb",
  95. "repository": {
  96. "type": "git",
  97. "url": "git+https://github.com/csscomb/csscomb.js.git"
  98. },
  99. "scripts": {
  100. "test": "jshint-groups && ./node_modules/.bin/jscs . && node test/mocha",
  101. "test-cov": "rm -rf lib-cov && jscoverage lib lib-cov && TEST_COV=true node test/mocha > ./test/test-coverage.html"
  102. },
  103. "version": "3.1.8"
  104. }