package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_args": [
  3. [
  4. "csscomb-core@3.0.0-3.1",
  5. "/mnt/data/Sites/r2c.net/user/themes/r2c"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "csscomb-core@3.0.0-3.1",
  10. "_id": "csscomb-core@3.0.0-3.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-tBHI18/g3z8v4d+E0b1kpvAEbGg=",
  13. "_location": "/csscomb-core",
  14. "_phantomChildren": {
  15. "lru-cache": "2.7.3",
  16. "sigmund": "1.0.1"
  17. },
  18. "_requested": {
  19. "type": "version",
  20. "registry": true,
  21. "raw": "csscomb-core@3.0.0-3.1",
  22. "name": "csscomb-core",
  23. "escapedName": "csscomb-core",
  24. "rawSpec": "3.0.0-3.1",
  25. "saveSpec": null,
  26. "fetchSpec": "3.0.0-3.1"
  27. },
  28. "_requiredBy": [
  29. "/csscomb"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/csscomb-core/-/csscomb-core-3.0.0-3.1.tgz",
  32. "_spec": "3.0.0-3.1",
  33. "_where": "/mnt/data/Sites/r2c.net/user/themes/r2c",
  34. "bugs": {
  35. "url": "https://github.com/csscomb/core/issues"
  36. },
  37. "dependencies": {
  38. "gonzales-pe": "3.0.0-28",
  39. "minimatch": "0.2.12",
  40. "vow": "0.4.4",
  41. "vow-fs": "0.3.2"
  42. },
  43. "description": "Framework for writing postprocessors",
  44. "devDependencies": {
  45. "jscoverage": "0.5.x",
  46. "mocha": "1.20.x"
  47. },
  48. "homepage": "https://github.com/csscomb/core#readme",
  49. "license": "MIT",
  50. "main": "lib/core.js",
  51. "maintainers": [
  52. {
  53. "name": "Tony Ganch",
  54. "email": "tonyganch+github@gmail.com",
  55. "url": "http://tonyganch.com/"
  56. }
  57. ],
  58. "name": "csscomb-core",
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/csscomb/core.git"
  62. },
  63. "scripts": {
  64. "cov": "mocha -r jscoverage --covout=html test >> /dev/null && open ./covreporter/index.html",
  65. "test": "mocha"
  66. },
  67. "version": "3.0.0-3.1"
  68. }