mirror of https://github.com/ColorlibHQ/gentelella
Add package.json file for npm package
parent
203b8bb4e5
commit
73528824ce
|
@ -0,0 +1,29 @@
|
||||||
|
{
|
||||||
|
"name": "gentelella",
|
||||||
|
"version": "1.1.0",
|
||||||
|
"description": "Gentellela 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",
|
||||||
|
"license": "MIT",
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://github.com/puikinsh/gentelella/issues"
|
||||||
|
},
|
||||||
|
"homepage": "https://github.com/puikinsh/gentelella#readme"
|
||||||
|
}
|
Loading…
Reference in New Issue