{
    "author": "",
    "bugs": {
        "url": "https://github.com/animationatwork/web-animate/issues"
    },
    "description": "",
    "devDependencies": {
        "@types/chai": "^4.0.10",
        "@types/jest": "^21.1.10",
        "@types/node": "^8.5.2",
        "chai": "^4.1.2",
        "concurrently": "^3.5.1",
        "del-cli": "^1.1.0",
        "jest": "^21.2.1",
        "rollup": "^0.51.8",
        "rollup-plugin-commonjs": "^8.2.6",
        "rollup-plugin-filesize": "^1.5.0",
        "rollup-plugin-node-resolve": "^3.0.0",
        "rollup-plugin-typescript": "^0.8.1",
        "rollup-plugin-uglify": "^2.0.1",
        "ts-jest": "^21.2.4",
        "tslint": "^5.7.0",
        "typescript": "^2.6.2",
        "uglify-es": "^3.3.7"
    },
    "homepage": "https://github.com/animationatwork/web-animate#readme",
    "jest": {
        "moduleFileExtensions": [
            "ts",
            "js"
        ],
        "transform": {
            "^.+\\.(ts)$": "<rootDir>/node_modules/ts-jest/preprocessor.js"
        },
        "testRegex": "tests/features/*/.*\\.ts$"
    },
    "license": "MIT",
    "main": "index.js",
    "name": "web-animate",
    "repository": {
        "type": "git",
        "url": "https://github.com/animationatwork/web-animate"
    },
    "scripts": {
        "build": "npm run build:node && npm run build:es2015 && npm run rollup",
        "build:node": "tsc -p tsconfig.node.json",
        "build:es2015": "tsc -p tsconfig.es2015.json",
        "build:watch": "tsc -p tsconfig.node.json -w",
        "clean": "node_modules/.bin/del-cli -f dist lib lib.es2015 types",
        "postversion": "git push --follow-tags && npm publish --access=\"public\"",
        "preversion": "npm run rebuild",
        "rebuild": "npm run clean && npm run build",
        "start": "concurrently \"npm run build:watch\" \"npm run test:watch\" ",
        "test": "jest",
        "test:watch": "jest && jest --watchAll",
        "rollup": "node ./scripts/rollup.js"
    },
    "types": "./types/index",
    "typings": "./types/index",
    "typeRoots": [
        "node_modules/@types"
    ],
    "version": "0.4.1"
}
