mirror of https://github.com/ColorlibHQ/gentelella
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
963 B
42 lines
963 B
{ |
|
"name": "gentelella", |
|
"version": "1.4.0", |
|
"description": "Gentelella Admin is a free to use Bootstrap admin template", |
|
"scripts": { |
|
"test": "echo \"Error: no test specified\" && exit 1" |
|
}, |
|
"repository": { |
|
"type": "git", |
|
"url": "git+https://github.com/puikinsh/gentelella.git" |
|
}, |
|
"keywords": [ |
|
"css", |
|
"js", |
|
"html", |
|
"template", |
|
"admin", |
|
"bootstrap", |
|
"theme", |
|
"backend", |
|
"responsive" |
|
], |
|
"author": "Aigars Silkalns", |
|
"contributors": [ |
|
"Christian Esperar" |
|
], |
|
"license": "MIT", |
|
"main": "build/js/custom.min.js", |
|
"bugs": { |
|
"url": "https://github.com/puikinsh/gentelella/issues" |
|
}, |
|
"homepage": "https://github.com/puikinsh/gentelella#readme", |
|
"devDependencies": { |
|
"browser-sync": "^2.12.10", |
|
"gulp": "^3.9.1", |
|
"gulp-autoprefixer": "^3.1.0", |
|
"gulp-concat": "^2.6.0", |
|
"gulp-rename": "^1.2.2", |
|
"gulp-ruby-sass": "^2.0.6", |
|
"gulp-uglify": "^1.5.3" |
|
} |
|
}
|
|
|