UNPKG

material-motion

Version:

Makes it easy to add rich, interactive motion to your application.

64 lines (63 loc) 1.85 kB
{ "name": "material-motion", "version": "0.1.1", "description": "Makes it easy to add rich, interactive motion to your application.", "module": "dist/index.js", "types": "dist/index.d.ts", "unpkg": "dist/material-motion.bundle.js", "typescript:main": "src/index.ts", "scripts": { "lint": "../../node_modules/.bin/tslint -c ../../tslint.json --project tsconfig.json --type-check", "lint-ci": "yarn run lint --out $CIRCLE_TEST_REPORTS/tslint/core.xml --formatters-dir ../../node_modules/tslint-junit-formatter/formatters --format junit", "build": "yarn run clean; ../../node_modules/.bin/tsc; ../../node_modules/.bin/rollup --config ./rollup.config.js", "clean": "rm -rf ./dist/*; mkdir -p ./dist/", "test": "node ../../tools/test.js --only core" }, "dependencies": { "csstype": "2.5.8", "fast-equals": "1.6.1", "indefinite-observable": "2.0.1", "symbol-observable": "1.2.0", "tslib": "^1.2.0", "wobble": "1.5.1" }, "devDependencies": { "material-motion-testing-utils": "^0.1.1" }, "repository": { "type": "git", "url": "git+ssh://git@github.com:material-motion/material-motion-js.git" }, "keywords": [ "animated", "animation", "direct manipulation", "drag", "gestures", "interactive", "material", "motion", "move", "multitouch", "observables", "odeon", "pointer events", "physics", "pinch", "rotate", "scale", "springs", "streams", "stretch", "touch", "transitions", "tween", "tweens" ], "author": "The Material Motion Authors (see AUTHORS)", "license": "Apache-2.0", "bugs": { "url": "https://github.com/material-motion/material-motion-js/issues" }, "homepage": "https://github.com/material-motion/material-motion-js/tree/develop/packages/core#readme" }