File "package.json"

Full Path: /home/pumpbmko/public_html/wp-content/plugins/0je3ljf1/public/vendors/split/packages/grid-template-utils/package.json
File size: 841 bytes
MIME-type: application/json
Charset: utf-8

{
    "name": "grid-template-utils",
    "version": "1.0.1",
    "description": "Utility functions for working with grid templates",
    "main": "dist/grid-template-utils.js",
    "minified:main": "dist/grid-template-utils.min.js",
    "module": "dist/grid-template-utils.es.js",
    "scripts": {
        "build": "rollup -c && npm run size",
        "watch": "rollup -cw",
        "test": "jest",
        "lint": "eslint src",
        "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": ["dist"],
    "license": "MIT",
    "collective": {
        "type": "opencollective",
        "url": "https://opencollective.com/splitjs"
    }
}