boxers
Version:
Boxers a css grid library
40 lines (39 loc) • 785 B
JSON
{
"name": "boxers",
"version": "2.0.8",
"description": "Boxers a css grid library",
"main": "dis/boxers.min.css",
"scripts": {
"b": "node build.js",
"t": "muleify -sw tst",
"w": "muleify -pw src tst",
"cpd": "cp tst/* docs/."
},
"repository": {
"type": "git",
"url": "git+https://github.com/AlexanderElias/boxers.git"
},
"keywords": [
"css",
"flex",
"box",
"flexbox",
"grid",
"system",
"boxer",
"boxers"
],
"author": "Arc IO",
"email": "arcdevio@gmail.com",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/AlexanderElias/boxers/issues"
},
"homepage": "https://github.com/AlexanderElias/boxers#readme",
"devDependencies": {
"cssnano": "^4.1.10",
"postcss": "^7.0.17",
"postcss-cssnext": "^3.1.0"
},
"dependencies": {}
}