Add package.json file for npm package

This commit is contained in:
Chris Birk 2016-05-13 23:17:27 -05:00
parent 203b8bb4e5
commit 73528824ce

29
package.json Normal file
View File

@ -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"
}