mirror of
https://github.com/valitydev/gentelella.git
synced 2024-11-06 16:25:18 +00:00
6a6db2ea23
Update also fix some following problem: - Switcher now working - Datatable header fix example is now working - Add missing starrr ratings - Some mobile responsiveness on table.html page
30 lines
706 B
JSON
30 lines
706 B
JSON
{
|
|
"name": "bootstrap-progressbar",
|
|
"description": "progressbar interactions for twitter bootstrap 2 & 3",
|
|
"homepage": "http://www.minddust.com",
|
|
"license": "MIT",
|
|
"version": "0.9.0",
|
|
"keywords": [
|
|
"boostrap-progressbar",
|
|
"progressbar"
|
|
],
|
|
"author": "Stephan Groß",
|
|
"scripts": {
|
|
"gulp": "./node_modules/.bin/gulp"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/minddust/bootstrap-progressbar"
|
|
},
|
|
"devDependencies": {
|
|
"gulp": "~3.5.2",
|
|
"gulp-clean": "~0.2.4",
|
|
"gulp-header": "~1.0.2",
|
|
"gulp-less": "~1.3.3",
|
|
"gulp-minify-css": "~0.3.0",
|
|
"gulp-rename": "^1.1.0",
|
|
"gulp-uglify": "~0.2.1",
|
|
"gulp-util": "~2.2.14"
|
|
}
|
|
}
|