From 6ca47519b119f5be2f4e3a6b3c09f69c9f9699df Mon Sep 17 00:00:00 2001 From: Nicolas Date: Fri, 22 Jan 2016 12:38:02 +1100 Subject: [PATCH] Added package.json file --- package.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..ad8e9b8 --- /dev/null +++ b/package.json @@ -0,0 +1,19 @@ +{ + "name": "simple-grid", + "version": "1.0.0", + "description": "Simple Grid is a basic lightweight grid", + "main": "simplegrid.css", + "repository": { + "type": "git", + "url": "git+https://github.com/ThisIsDallas/Simple-Grid.git" + }, + "keywords": [ + "grid-system" + ], + "author": "ThisIsDallas", + "license": "MIT", + "bugs": { + "url": "https://github.com/ThisIsDallas/Simple-Grid/issues" + }, + "homepage": "https://github.com/ThisIsDallas/Simple-Grid#readme" +}