archive
/
less-mixins
Archived
1
Fork 0

Added package.json

This commit is contained in:
Jake Howard 2015-12-20 13:19:13 +00:00
commit 3116a1eeec
1 changed files with 19 additions and 0 deletions

19
package.json Normal file
View File

@ -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",
}