package.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "name": "renderkid",
  3. "version": "2.0.3",
  4. "description": "Stylish console.log for node",
  5. "main": "lib/RenderKid.js",
  6. "dependencies": {
  7. "css-select": "^1.1.0",
  8. "dom-converter": "^0.2",
  9. "htmlparser2": "^3.3.0",
  10. "strip-ansi": "^3.0.0",
  11. "utila": "^0.4.0"
  12. },
  13. "devDependencies": {
  14. "chai": "^4.1.2",
  15. "chai-changes": "^1.3.4",
  16. "chai-fuzzy": "^1.5.0",
  17. "coffee-script": "^1.9.1",
  18. "jitter": "^1.3.0",
  19. "mocha": "^5.2.0",
  20. "mocha-pretty-spec-reporter": "0.1.0-beta.2",
  21. "sinon": "^1.14.1",
  22. "sinon-chai": "^2.7.0",
  23. "underscore": "^1.8.3"
  24. },
  25. "scripts": {
  26. "test": "mocha \"test/**/*.coffee\"",
  27. "test:watch": "mocha \"test/**/*.coffee\" --watch",
  28. "compile": "coffee --bare --compile --output ./lib ./src",
  29. "compile:watch": "jitter src lib -b",
  30. "watch": "npm run compile:watch & npm run test:watch",
  31. "winwatch": "start/b npm run compile:watch & npm run test:watch",
  32. "prepublish": "npm run compile"
  33. },
  34. "repository": {
  35. "type": "git",
  36. "url": "https://github.com/AriaMinaei/RenderKid.git"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/AriaMinaei/RenderKid/issues"
  40. },
  41. "author": "Aria Minaei",
  42. "license": "MIT"
  43. }