No Description

package.json 486B

1234567891011121314151617
  1. {
  2. "name": "colors",
  3. "description": "get colors in your node.js console like what",
  4. "version": "0.6.2",
  5. "author": "Marak Squires",
  6. "homepage": "https://github.com/Marak/colors.js",
  7. "bugs": "https://github.com/Marak/colors.js/issues",
  8. "keywords": [ "ansi", "terminal", "colors" ],
  9. "repository": {
  10. "type": "git",
  11. "url": "http://github.com/Marak/colors.js.git"
  12. },
  13. "engines": {
  14. "node": ">=0.1.90"
  15. },
  16. "main": "colors"
  17. }