commit 3116a1eeec829245cfcd543f3c102afefe4455ec Author: Jake Howard Date: Sun Dec 20 13:19:13 2015 +0000 Added 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", +}