@offensichtbar-codestock/es6-flex-masonry-grid
Version:
46 lines (45 loc) • 1.2 kB
JSON
{
"name": "@offensichtbar-codestock/es6-flex-masonry-grid",
"version": "1.1.3",
"description": "ES6 flex masonry grid",
"main": "dist/index.js",
"scripts": {
"build": "npx babel src --out-dir dist",
"start": "npx babel src --watch --out-dir dist",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"es6",
"flex",
"flex-box",
"masonry grid",
"css-flex",
"css-transform",
"css"
],
"homepage": "https://github.com/offensichtbar-codestock/es6-flex-masonry-grid",
"bugs": {
"url": "https://github.com/offensichtbar-codestock/es6-flex-masonry-grid/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/offensichtbar-codestock/es6-flex-masonry-grid.git"
},
"license": "MIT",
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"author": {
"name": "Mirja Tschakarov, offensichtbar",
"email": "developer@offensichtbar.de",
"url": "https://offensichtbar.de"
},
"dependencies": {
"@juggle/resize-observer": "^3.3.0"
},
"devDependencies": {
"@babel/cli": "^7.13.14",
"@babel/core": "^7.13.14",
"@babel/preset-env": "^7.13.12"
}
}