From 73528824ce93f3c92ab9d42f33afd3c9c566c371 Mon Sep 17 00:00:00 2001 From: Chris Birk Date: Fri, 13 May 2016 23:17:27 -0500 Subject: [PATCH] Add package.json file for npm package --- package.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 00000000..f45eddb4 --- /dev/null +++ b/package.json @@ -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" +}