bardot
Version:
Yet another console progress bar
68 lines (67 loc) • 1.7 kB
JSON
{
"name": "bardot",
"version": "0.2.2",
"description": "Yet another console progress bar",
"keywords": [
"progress",
"bar",
"cli",
"console",
"terminal",
"term"
],
"main": "./dist/index.js",
"files": [
"dist/"
],
"homepage": "https://github.com/avaragado/bardot#readme",
"repository": "avaragado/bardot",
"bugs": "https://github.com/avaragado/bardot/issues",
"author": {
"name": "David Smith",
"email": "bardot@avaragado.org",
"url": "https://avaragado.org"
},
"license": "MIT",
"scripts": {
"start": "nps",
"test": "nps test"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^8.0.1",
"babel-jest": "^22.4.1",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.0",
"concurrently": "^3.5.0",
"eslint": "^4.7.2",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-flowtype": "^2.36.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jest": "^21.2.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.4.0",
"flow-bin": "^0.68.0",
"flow-copy-source": "^1.2.1",
"flow-coverage-report": "^0.5.0",
"flow-typed": "^2.1.5",
"jest": "^22.4.2",
"nps": "^5.7.1",
"rimraf": "^2.6.2",
"standard-version": "^4.2.0"
},
"jest": {
"testPathIgnorePatterns": [
"/node_modules/",
"/fixtures/",
"/helpers/"
]
},
"dependencies": {
"chalk": "^2.1.0",
"string-length": "^2.0.0"
}
}