pbar
Version:
Tiny progress bar widget in css and js es5
44 lines (43 loc) • 1.05 kB
JSON
{
"name": "pbar",
"version": "1.0.4",
"description": "Tiny progress bar widget in css and js es5",
"main": "pbar.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/StoneCypher/pbar.git"
},
"keywords": [
"progress",
"bar",
"progressbar",
"css2",
"es6",
"es2015",
"ecmascript2015",
"tiny"
],
"author": "John Haugeland <stonecypher@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/StoneCypher/pbar/issues"
},
"homepage": "https://github.com/StoneCypher/pbar#readme",
"devDependencies": {
"babel": "^6.5.2",
"babel-preset-es2015": "^6.6.0",
"browserify": "^13.0.0",
"closure-compiler": "^0.2.12",
"del": "^2.2.0",
"google-closure-compiler": "^20160315.1.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-closure-compiler": "^0.4.0",
"gulp-esdoc": "^0.2.0",
"gulp-rename": "^1.2.2",
"vinyl-source-stream": "^1.1.0"
}
}