node-ipc/node_modules/colors/package.json

60 lines
1.3 KiB
JSON
Raw Normal View History

2014-02-22 20:13:31 +11:00
{
"name": "colors",
2015-09-28 16:26:55 +10:00
"description": "get colors in your node.js console",
"version": "1.1.2",
2014-02-22 20:13:31 +11:00
"author": {
"name": "Marak Squires"
},
"homepage": "https://github.com/Marak/colors.js",
"bugs": {
"url": "https://github.com/Marak/colors.js/issues"
},
"keywords": [
"ansi",
"terminal",
"colors"
],
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/Marak/colors.js.git"
2014-02-22 20:13:31 +11:00
},
2015-09-28 16:26:55 +10:00
"license": "MIT",
"scripts": {
"test": "node tests/basic-test.js && node tests/safe-test.js"
},
2014-02-22 20:13:31 +11:00
"engines": {
"node": ">=0.1.90"
},
2015-09-28 16:26:55 +10:00
"main": "lib",
"files": [
"examples",
"lib",
"LICENSE",
"safe.js",
"themes"
],
"gitHead": "8bf2ad9fa695dcb30b7e9fd83691b139fd6655c4",
"_id": "colors@1.1.2",
"_shasum": "168a4701756b6a7f51a12ce0c97bfa28c084ed63",
"_from": "colors@1.1.2",
"_npmVersion": "2.1.8",
"_nodeVersion": "0.11.13",
2014-12-10 06:47:29 +11:00
"_npmUser": {
"name": "marak",
"email": "marak.squires@gmail.com"
},
"maintainers": [
{
"name": "marak",
"email": "marak.squires@gmail.com"
}
],
2015-09-28 16:26:55 +10:00
"dist": {
"shasum": "168a4701756b6a7f51a12ce0c97bfa28c084ed63",
"tarball": "http://registry.npmjs.org/colors/-/colors-1.1.2.tgz"
},
2014-12-10 06:47:29 +11:00
"directories": {},
2015-09-28 16:26:55 +10:00
"_resolved": "https://registry.npmjs.org/colors/-/colors-1.1.2.tgz",
"readme": "ERROR: No README data found!"
2014-02-22 20:13:31 +11:00
}