circlebars
Version:
a jQuery plugin for circular progress bars and countdown timers
39 lines (38 loc) • 980 B
JSON
{
"name": "circlebars",
"version": "1.0.3",
"description": "a jQuery plugin for circular progress bars and countdown timers",
"main": "dist/circle.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ncs-jss/correctTime.git"
},
"keywords": [
"progress-bar",
"timer",
"round-bar",
"jquery"
],
"author": "itaditya <adityaa803@gmail.com> (http://www.itaditya.github.io/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/ncs-jss/correctTime/issues"
},
"homepage": "https://github.com/ncs-jss/correctTime#readme",
"dependencies": {
"gulp-install": "^0.6.0"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-concat": "^2.6.0",
"gulp-jshint": "^2.0.1",
"gulp-minify-css": "^1.2.4",
"gulp-strip-debug": "^1.1.0",
"gulp-uglify": "^2.0.0",
"jshint": "^2.9.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}