web 3d图形渲染器
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

43 lines
1.2 KiB

  1. {
  2. "name": "renderkid",
  3. "version": "2.0.5",
  4. "description": "Stylish console.log for node",
  5. "main": "lib/RenderKid.js",
  6. "dependencies": {
  7. "css-select": "^2.0.2",
  8. "dom-converter": "^0.2",
  9. "htmlparser2": "^3.10.1",
  10. "lodash": "^4.17.20",
  11. "strip-ansi": "^3.0.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. }