UNPKG

1.04 kBJSONView Raw
1{
2 "name": "colors",
3 "description": "get colors in your node.js console",
4 "version": "1.4.0",
5 "author": "Marak Squires",
6 "contributors": [
7 {
8 "name": "DABH",
9 "url": "https://github.com/DABH"
10 }
11 ],
12 "homepage": "https://github.com/Marak/colors.js",
13 "bugs": "https://github.com/Marak/colors.js/issues",
14 "keywords": [
15 "ansi",
16 "terminal",
17 "colors"
18 ],
19 "repository": {
20 "type": "git",
21 "url": "http://github.com/Marak/colors.js.git"
22 },
23 "license": "MIT",
24 "scripts": {
25 "lint": "eslint . --fix",
26 "test": "node tests/basic-test.js && node tests/safe-test.js"
27 },
28 "engines": {
29 "node": ">=0.1.90"
30 },
31 "main": "lib/index.js",
32 "files": [
33 "examples",
34 "lib",
35 "LICENSE",
36 "safe.js",
37 "themes",
38 "index.d.ts",
39 "safe.d.ts"
40 ],
41 "devDependencies": {
42 "eslint": "^5.2.0",
43 "eslint-config-google": "^0.11.0"
44 }
45}