flexmasonry
Version:
A lightweight masonry (cascading grid layout) library powered by flexbox
20 lines (19 loc) • 602 B
JSON
{
"name": "flexmasonry",
"version": "0.2.3",
"description": "A lightweight masonry (cascading grid layout) library powered by flexbox",
"author": "Gilbert Pellegrom <gilbert@pellegrom.me>",
"license": "MIT",
"main": "dist/flexmasonry.js",
"scripts": {
"dev": "NODE_ENV=development ./node_modules/.bin/webpack",
"watch": "NODE_ENV=development ./node_modules/.bin/webpack --watch",
"build": "./node_modules/.bin/webpack"
},
"devDependencies": {
"css-loader": "^2.1.1",
"mini-css-extract-plugin": "^0.6.0",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.0"
}
}