26 lines
737 B
JSON
26 lines
737 B
JSON
{
|
|
"name": "less-mixins",
|
|
"version": "0.0.0",
|
|
"description": "Useful LESS mixins",
|
|
"main": "index.less",
|
|
"scripts": {
|
|
"test": "npm run build",
|
|
"build": "lessc --silent index.less build.css",
|
|
"test": "lessc --silent index.less build.css && cleancss -d --s0 -o build.css build.css",
|
|
"clean": "rm -rf node_modules/ build.css"
|
|
},
|
|
"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",
|
|
"devDependencies": {
|
|
"clean-css": "^3.4.8",
|
|
"less": "^2.5.3"
|
|
}
|
|
}
|