UNPKG

victory-animation

Version:
42 lines (41 loc) 1.37 kB
{ "name": "victory-animation", "version": "0.1.0", "description": "animation wrapper for victory components", "main": "lib/index.js", "repository": { "type": "git", "url": "https://github.com/formidablelabs/victory-animation.git" }, "author": "Ken Wheeler", "license": "MIT", "bugs": { "url": "https://github.com/formidablelabs/victory-animation/issues" }, "homepage": "https://github.com/formidablelabs/victory-animation", "scripts": { "postinstall": "cd lib || builder run npm:postinstall || (echo 'POSTINSTALL FAILED: If using npm v2, please upgrade to npm v3. See bug https://github.com/FormidableLabs/builder/issues/35' && exit 1)", "preversion": "builder run npm:preversion", "version": "builder run npm:version && git add dist && git commit -m \"Commit 'dist/' for publishing\"", "test": "builder run npm:test" }, "dependencies": { "builder": "~2.2.2", "builder-victory-component": "~0.2.1", "d3-ease": "^0.3.0", "d3-interpolate": "^0.2.0", "d3-timer": "^0.0.6", "lodash": "^3.10.1", "radium": "^0.16.2" }, "devDependencies": { "builder-victory-component-dev": "~0.2.1", "chai": "^3.2.0", "mocha": "^2.3.3", "react": "^0.14.0", "react-addons-test-utils": "^0.14.0", "react-dom": "^0.14.0", "sinon": "^1.17.2", "sinon-chai": "^2.8.0" } }