gentelella/package.json

43 lines
966 B
JSON
Raw Normal View History

2016-05-14 06:17:27 +02:00
{
"name": "gentelella",
2019-11-20 14:16:15 +01:00
"version": "2.0-beta2",
"description": "Gentelella Admin is a free to use Bootstrap admin template",
2016-05-14 06:17:27 +02:00
"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",
2016-05-19 10:13:38 +02:00
"contributors": [
"Christian Esperar"
],
2016-05-14 06:17:27 +02:00
"license": "MIT",
2016-09-27 23:09:19 +02:00
"main": "build/js/custom.min.js",
2016-05-14 06:17:27 +02:00
"bugs": {
"url": "https://github.com/puikinsh/gentelella/issues"
},
2016-05-24 18:53:42 +02:00
"homepage": "https://github.com/puikinsh/gentelella#readme",
"devDependencies": {
2019-11-18 13:48:00 +01:00
"browser-sync": "^2.26.7",
"gulp": "^4.0.2",
2020-01-06 12:43:26 +01:00
"gulp-autoprefixer": "^7.0.1",
"gulp-concat": "^2.6.1",
"gulp-rename": "^2.0.0",
"gulp-ruby-sass": "^4.0.0",
"gulp-uglify": "^3.0.2"
2016-05-24 18:53:42 +02:00
}
2016-05-14 06:17:27 +02:00
}