{
    "name": "dom-ease",
    "version": "0.9.3",
    "description": "a DOM animation library using easing functions",
    "main": "dist/domEase.js",
    "scripts": {
        "test": "budo docs/code.js:index.js --live --dir docs",
        "build-demo": "browserify docs/code.js -o docs/index.js",
        "prepublishOnly": "npm run transpile && npm run build-demo && npm run docs",
        "transpile": "babel src/ --out-dir dist --source-maps inline",
        "docs": "jsdoc -c .jsdoc.json"
    },
    "repository": {
        "type": "git",
        "url": "git+ssh://git@github.com/davidfig/dom-ease.git"
    },
    "author": "david figatner",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/davidfig/dom-ease/issues"
    },
    "homepage": "https://github.com/davidfig/dom-ease#readme",
    "dependencies": {
        "eventemitter3": "^3.1.0",
        "penner": "^0.1.3"
    },
    "devDependencies": {
        "babel-preset-env": "^1.7.0",
        "fork-me-github": "^1.0.3",
        "highlight.js": "^9.12.0",
        "velocity-animate": "^1.5.2",
        "yy-fps": "^0.6.0",
        "yy-jsdoc-template": "^1.3.0",
        "yy-random": "^1.6.0"
    }
}
