UNPKG
postman
Version:
latest (0.2.0)
0.2.0
0.1.0
The Postman will help deliver messages around your application
postman
/
node_modules
/
colors
/
package.json
15 lines
(14 loc)
•
321 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"name"
:
"colors"
,
"description"
:
"get colors in your node.js console like what"
,
"version"
:
"0.5.0"
,
"author"
:
"Marak Squires"
,
"repository"
:
{
"type"
:
"git"
,
"url"
:
"http://github.com/Marak/colors.js.git"
}
,
"engine"
:
[
"node >=0.1.90"
]
,
"main"
:
"colors"
}