1 Star 0 Fork 0

orgcollector/manakin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.15 KB
一键复制 编辑 原始数据 按行查看 历史
Vitaly Tomilov 提交于 2017-08-17 10:24 . docs update.
{
"name": "manakin",
"version": "0.5.1",
"description": "Prime colors for your console",
"main": "lib/index.js",
"scripts": {
"test": "jasmine-node test",
"coverage": "istanbul cover ./node_modules/jasmine-node/bin/jasmine-node test",
"travis": "npm run lint && istanbul cover ./node_modules/jasmine-node/bin/jasmine-node test --captureExceptions && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
"lint": "./node_modules/.bin/eslint ./lib ./test"
},
"files": [
"lib"
],
"homepage": "https://github.com/vitaly-t/manakin",
"repository": {
"type": "git",
"url": "https://github.com/vitaly-t/manakin.git"
},
"bugs": {
"url": "https://github.com/vitaly-t/manakin/issues",
"email": "vitaly.tomilov@gmail.com"
},
"keywords": [
"color",
"console",
"pretty"
],
"author": {
"name": "Vitaly Tomilov",
"email": "vitaly.tomilov@gmail.com"
},
"license": "MIT",
"engines": {
"node": ">=0.10",
"npm": ">=1.4"
},
"devDependencies": {
"coveralls": "~2.13.1",
"eslint": "~4.4.1",
"istanbul": "~0.4.5",
"jasmine-node": "~1.14.5"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/orgcollector/manakin.git
git@gitee.com:orgcollector/manakin.git
orgcollector
manakin
manakin
master

搜索帮助