17 lines
466 B
JSON
17 lines
466 B
JSON
{
|
|
"name": "colour",
|
|
"description": "A cored, fixed, documented and optimized version of the popular `colors.js`: Get colors in your node.js console like what...",
|
|
"version": "0.7.1",
|
|
"author": "Daniel Wirtz <dcode@dcode.io>",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/dcodeIO/colour.js.git"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.8"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {},
|
|
"main": "./colour.min.js",
|
|
"license": "MIT"
|
|
} |