diff --git a/package.json b/package.json index 3b8e7c8..c96e4bb 100644 --- a/package.json +++ b/package.json @@ -1,34 +1,38 @@ { "name": "suitcss-utils-offset", - "description": "Offset utilities for SUIT CSS", "version": "1.0.0", - "style": "index.css", + "description": "Offset utilities for SUIT CSS", + "keywords": [ + "browser", + "css-utilities", + "offset", + "suitcss", + "style" + ], + "homepage": "https://github.com/suitcss/utils-offset#readme", + "bugs": "https://github.com/suitcss/utils-offset/labels/bug", + "license": "MIT", + "author": "Nicolas Gallagher", "files": [ "index.css", "index.js" ], - "dependencies": { - "suitcss-utils-after": "^1.0.0", - "suitcss-utils-before": "^1.0.0" - }, - "devDependencies": { - "suitcss-components-test": "*", - "suitcss-preprocessor": "^1.0.0" + "style": "index.css", + "repository": { + "type": "git", + "url": "git://github.com/suitcss/utils-offset.git" }, "scripts": { "build": "npm run setup && npm run preprocess", "preprocess": "suitcss index.css build/build.css", "setup": "npm install" }, - "repository": { - "type": "git", - "url": "git://github.com/suitcss/utils-offset.git" + "dependencies": { + "suitcss-utils-after": "^1.0.0", + "suitcss-utils-before": "^1.0.0" }, - "keywords": [ - "browser", - "css-utilities", - "offset", - "suitcss", - "style" - ] + "devDependencies": { + "suitcss-components-test": "*", + "suitcss-preprocessor": "^1.0.0" + } }