From 60d3dd78cf49393b1063a0a12218b1f3666afa1f Mon Sep 17 00:00:00 2001 From: Brian Drum Date: Wed, 12 Oct 2016 09:10:51 -0400 Subject: [PATCH] Standardize package.json --- package.json | 44 ++++++++++++++++++++++++-------------------- 1 file changed, 24 insertions(+), 20 deletions(-) diff --git a/package.json b/package.json index 65ebd21..7fcc20d 100644 --- a/package.json +++ b/package.json @@ -1,20 +1,27 @@ { "name": "suitcss-components-arrange", - "description": "SUIT CSS component for horizontal arrangement", "version": "1.1.1", - "style": "index.css", + "description": "SUIT CSS component for horizontal arrangement", + "keywords": [ + "browser", + "css-components", + "arrange", + "suitcss", + "style" + ], + "homepage": "https://github.com/suitcss/components-arrange#readme", + "bugs": "https://github.com/suitcss/components-arrange/labels/bug", + "license": "MIT", + "author": "Nicolas Gallagher", "files": [ "index.css", "index.js", "lib" ], - "devDependencies": { - "suitcss-components-test": "*", - "stylelint-config-suitcss": "^4.0.0", - "suitcss-preprocessor": "^1.0.1", - "suitcss-utils-display": "^1.0.2", - "suitcss-utils-size": "^1.0.2", - "suitcss-utils-text": "^1.0.0" + "style": "index.css", + "repository": { + "type": "git", + "url": "git://github.com/suitcss/components-arrange.git" }, "scripts": { "build": "npm run setup && npm run preprocess", @@ -26,15 +33,12 @@ "watch": "npm run preprocess-test -- -w -v", "test": "npm run lint" }, - "repository": { - "type": "git", - "url": "git://github.com/suitcss/components-arrange.git" - }, - "keywords": [ - "browser", - "css-components", - "arrange", - "suitcss", - "style" - ] + "devDependencies": { + "suitcss-components-test": "*", + "stylelint-config-suitcss": "^4.0.0", + "suitcss-preprocessor": "^1.0.1", + "suitcss-utils-display": "^1.0.2", + "suitcss-utils-size": "^1.0.2", + "suitcss-utils-text": "^1.0.0" + } }