package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_args": [
  3. [
  4. "gulp-csscomb@3.0.8",
  5. "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "gulp-csscomb@3.0.8",
  10. "_id": "gulp-csscomb@3.0.8",
  11. "_inBundle": false,
  12. "_integrity": "sha1-3zSCSlgKTH0zUcHo67ateh1aibc=",
  13. "_location": "/gulp-csscomb",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "gulp-csscomb@3.0.8",
  19. "name": "gulp-csscomb",
  20. "escapedName": "gulp-csscomb",
  21. "rawSpec": "3.0.8",
  22. "saveSpec": null,
  23. "fetchSpec": "3.0.8"
  24. },
  25. "_requiredBy": [
  26. "#DEV:/"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/gulp-csscomb/-/gulp-csscomb-3.0.8.tgz",
  29. "_spec": "3.0.8",
  30. "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah",
  31. "author": {
  32. "name": "Konstantin Tarkus",
  33. "url": "@koistya"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/koistya/gulp-csscomb/issues"
  37. },
  38. "dependencies": {
  39. "csscomb": "^3.1.7",
  40. "gulp-util": "^3.0.7",
  41. "through2": "^2.0.1"
  42. },
  43. "description": "CSScomb is a coding style formatter for CSS.",
  44. "devDependencies": {
  45. "jshint": "^2.9.3",
  46. "mocha": "^3.0.2"
  47. },
  48. "engines": {
  49. "node": ">= 0.9.0"
  50. },
  51. "files": [
  52. "index.js"
  53. ],
  54. "homepage": "http://github.com/koistya/gulp-csscomb",
  55. "keywords": [
  56. "gulpplugin",
  57. "css",
  58. "csscomb",
  59. "lint",
  60. "linter",
  61. "preprocessor"
  62. ],
  63. "licenses": {
  64. "type": "MIT",
  65. "url": "https://github.com/koistya/gulp-csscomb/raw/master/LICENSE.txt"
  66. },
  67. "main": "./index.js",
  68. "name": "gulp-csscomb",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+ssh://git@github.com/koistya/gulp-csscomb.git"
  72. },
  73. "scripts": {
  74. "test": "jshint index.js test.js && mocha"
  75. },
  76. "version": "3.0.8"
  77. }