From 3116a1eeec829245cfcd543f3c102afefe4455ec Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 20 Dec 2015 13:19:13 +0000 Subject: [PATCH] Added package.json --- package.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..50da831 --- /dev/null +++ b/package.json @@ -0,0 +1,19 @@ +{ + "name": "less-mixins", + "version": "0.0.0", + "description": "Useful LESS mixins", + "main": "index.less", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/realorangeone/less-mixins.git" + }, + "author": "TheOrangeOne", + "license": "MIT", + "bugs": { + "url": "https://github.com/realorangeone/less-mixins/issues" + }, + "homepage": "https://github.com/realorangeone/less-mixins#readme", +}