UNPKG

bootstrap-progress-bar

Version:

A small progress bar component to use with Bootstrap UI library.

43 lines (42 loc) 1.06 kB
{ "name": "bootstrap-progress-bar", "version": "1.1.3", "description": "A small progress bar component to use with Bootstrap UI library.", "main": "index.js", "scripts": { "test": "./node_modules/tape/bin/tape -r babel-register test/**/*.js | tap-notify | faucet", "lint": "eslint *.js" }, "repository": { "type": "git", "url": "git+https://github.com/luispablo/bootstrap-progress-bar.git" }, "keywords": [ "progressbar", "bootstrap" ], "author": "@luispablo", "license": "MIT", "bugs": { "url": "https://github.com/luispablo/bootstrap-progress-bar/issues" }, "homepage": "https://github.com/luispablo/bootstrap-progress-bar#readme", "devDependencies": { "babel-preset-es2015": "^6.6.0", "babel-preset-react": "^6.5.0", "babelify": "^7.3.0", "eslint": "^2.9.0", "eslint-plugin-react": "^5.0.1", "react-addons-test-utils": "^15.0.2", "tape": "^4.5.1" }, "babel": { "presets": [ "es2015", "react" ] }, "dependencies": { "react": "^15.0.2" } }