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