UNPKG

521 BJSONView Raw
1{
2 "name": "colorful",
3 "version": "1.2.3",
4 "description": "colorful if a terminal tool for color, logging and command",
5 "keywords": [
6 "color",
7 "logging",
8 "console",
9 "terminal",
10 "command"
11 ],
12 "author": {
13 "name": "Hsiaoming Yang",
14 "email": "lepture@me.com"
15 },
16 "repository": {
17 "type": "git",
18 "url": "https://github.com/lepture/colorful.git"
19 },
20 "devDependencies": {
21 "jshint": "*",
22 "mocha": "*",
23 "should": "*"
24 },
25 "scripts": {
26 "test": "make test"
27 }
28}