UNPKG

waterfall-layout-js

Version:

A library for creating responsive masonry layouts, supporting use in browsers and Node.js.

37 lines (36 loc) 961 B
{ "name": "waterfall-layout-js", "version": "1.2.0", "description": "A library for creating responsive masonry layouts, supporting use in browsers and Node.js.", "type": "module", "main": "dist/index.cjs", "module": "dist/index.esm.js", "types": "dist/types/index.d.ts", "repository": { "type": "git", "url": "https://github.com/young-kii/waterfall-layout-js" }, "homepage": "https://github.com/young-kii/waterfall-layout-js", "scripts": { "build": "rollup -c", "build-watch": "rollup -cw" }, "keywords": [ "waterfall-layout", "js", "column" ], "author": "Chris Young", "license": "MIT", "devDependencies": { "@babel/core": "^7.24.5", "@babel/preset-env": "^7.24.5", "@rollup/plugin-typescript": "^11.1.6", "babel": "^6.23.0", "rollup": "^2.79.1", "rollup-plugin-babel": "^4.4.0", "rollup-plugin-terser": "^7.0.2", "tslib": "^2.6.2", "typescript": "^5.4.5" } }