UNPKG

magic-grid

Version:

Super lightweight javascript library for dynamic grid layouts.

37 lines (36 loc) 942 B
{ "name": "magic-grid", "version": "3.4.7", "description": "Super lightweight javascript library for dynamic grid layouts.", "main": "src/index.js", "scripts": { "build": "rollup -c rollup.config.js" }, "repository": { "type": "git", "url": "git+https://github.com/e-oj/Magic-Grid.git" }, "keywords": [ "js", "grid", "javascript", "layout" ], "author": "Emmanuel Olaojo", "license": "MIT", "bugs": { "url": "https://github.com/e-oj/Magic-Grid/issues" }, "homepage": "https://github.com/e-oj/Magic-Grid#readme", "devDependencies": { "@babel/core": "^7.20.0", "@babel/preset-env": "^7.20.0", "@jridgewell/sourcemap-codec": "^1.4.15", "@rollup/plugin-babel": "^6.0.3", "@rollup/plugin-commonjs": "^26.0.1", "@rollup/plugin-eslint": "^9.0.5", "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-terser": "^0.4.4", "rollup": "^4.18.0" } }