Merge pull request #145 from cmbirk/master

Add package.json file for npm package
This commit is contained in:
Christian Esperar 2016-05-15 17:04:15 +08:00
commit 44e41fa48c

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