From 86a7dde9fb99e5a8051f3d353fd0bafa605113e0 Mon Sep 17 00:00:00 2001 From: FezVrasta Date: Fri, 3 Oct 2014 11:52:23 +0200 Subject: [PATCH] pkg.json --- package.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 00000000..b3625c97 --- /dev/null +++ b/package.json @@ -0,0 +1,26 @@ +{ + "name": "bootstrap-material", + "version": "0.1.0", + "description": "Material Design for Bootstrap", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "https://github.com/FezVrasta/bootstrap-material-design.git" + }, + "author": "Federico Zivolo", + "license": "https://github.com/FezVrasta/bootstrap-material-design/blob/master/LICENSE.md", + "bugs": { + "url": "https://github.com/FezVrasta/bootstrap-material-design/issues" + }, + "homepage": "https://github.com/FezVrasta/bootstrap-material-design", + "devDependencies": { + "grunt": "^0.4.5", + "grunt-autoprefixer": "^1.0.1", + "grunt-contrib-copy": "^0.6.0", + "grunt-contrib-cssmin": "^0.10.0", + "grunt-contrib-less": "^0.11.4" + } +}