From ea0588b995f06c99227efd378a28f1048a934b25 Mon Sep 17 00:00:00 2001 From: Martijn Date: Mon, 19 Jun 2017 15:28:57 +0200 Subject: Add 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..f07381a --- /dev/null +++ b/package.json @@ -0,0 +1,25 @@ +{ + "name": "rfs", + "version": "1.0.0", + "description": "A scss-mixin for responsive font-sizes.", + "main": "scss/rfs.scss", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/MartijnCuppens/rfs.git" + }, + "keywords": [ + "scss", + "responsive", + "font-size", + "typography" + ], + "author": "Martijn Cuppens ", + "license": "MIT", + "bugs": { + "url": "https://github.com/MartijnCuppens/rfs/issues" + }, + "homepage": "https://github.com/MartijnCuppens/rfs#readme" +} -- cgit v1.2.3