{
    "name": "animate-height",
    "version": "0.3.2",
    "description": "Animate the height of an element to 'auto' or '0px'.",
    "keywords": [
        "animate",
        "height",
        "auto",
        "html",
        "js"
    ],
    "main": "dist/animate-height.min.js",
    "unpkg": "dist/animate-height.umd.js",
    "module": "dist/index.js",
    "types": "dist/index.d.ts",
    "repository": "https://github.com/bounoable/animate-height",
    "author": "Saman Hosseini <bounoable@gmail.com>",
    "license": "MIT",
    "private": false,
    "scripts": {
        "lint": "tslint -p tsconfig.json",
        "build": "rm -rf ./dist && tsc --emitDeclarationOnly && rollup -c"
    },
    "files": [
        "src",
        "dist"
    ],
    "devDependencies": {
        "@babel/core": "^7.2.2",
        "@babel/plugin-proposal-class-properties": "^7.4.0",
        "@babel/plugin-proposal-object-rest-spread": "^7.4.0",
        "@babel/preset-env": "^7.3.1",
        "@babel/preset-typescript": "^7.3.3",
        "path": "^0.12.7",
        "rollup": "^1.7.0",
        "rollup-plugin-babel": "^4.3.2",
        "rollup-plugin-commonjs": "^9.2.1",
        "rollup-plugin-node-resolve": "^4.0.1",
        "rollup-plugin-terser": "^4.0.4",
        "rollup-plugin-typescript": "^1.0.0",
        "tslint": "^5.14.0",
        "typescript": "^3.3.4000"
    }
}
