From 0779c194b3e8f4903be0b048aeaf8def5b807941 Mon Sep 17 00:00:00 2001 From: Patrick Judge Date: Thu, 11 Apr 2019 11:42:50 -0500 Subject: [PATCH] Create package.json --- package.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..05d2098 --- /dev/null +++ b/package.json @@ -0,0 +1,25 @@ +{ + "name": "column-setter", + "version": "1.0.0", + "description": "Column Setter is a Sass tool that lets you easily set up a custom responsive grid for your website and build a float- or flexbox-based layout that aligns to it.", + "main": "main.scss", + "style": "_column-setter.scss", + "sass": "_column-setter.scss", + "repository": { + "type": "git", + "url": "git+https://github.com/propublica/column-setter.git" + }, + "keywords": [ + "css", + "sass", + "sass-mixins", + "grids", + "layout" + ], + "author": "Rob Weychert", + "license": "MIT", + "bugs": { + "url": "https://github.com/propublica/column-setter/issues" + }, + "homepage": "https://github.com/propublica/column-setter#readme" +}