{
    "name": "split-grid",
    "version": "1.0.11",
    "description": "The spiritual successor of Split.js, built for CSS Grid",
    "main": "dist/split-grid.js",
    "minified:main": "dist/split-grid.min.js",
    "module": "dist/split-grid.mjs",
    "types": "index.d.ts",
    "scripts": {
        "prepublish": "rollup -c",
        "build": "rollup -c && npm run size",
        "watch": "rollup -cw",
        "test": "jest",
        "size": "echo \"gzip size: $(gzip-size --raw $npm_package_minified_main) bytes\""
    },
    "repository": "https://github.com/nathancahill/split",
    "author": "Nathan Cahill <nathan@nathancahill.com>",
    "homepage": "https://split.js.org/",
    "files": [
        "index.d.ts",
        "dist"
    ],
    "license": "MIT",
    "collective": {
        "type": "opencollective",
        "url": "https://opencollective.com/splitjs"
    }

,"_resolved": "https://registry.npmjs.org/split-grid/-/split-grid-1.0.11.tgz"
,"_integrity": "sha512-ELtFtxc3r5we5GZfe6Fi0BFFxIi2M6BY1YEntBscKRDD3zx4JVHqx2VnTRSQu1BixCYSTH3MTjKd4esI2R7EgQ=="
,"_from": "split-grid@1.0.11"
}