UNPKG

material-motion-views-dom

Version:
50 lines (49 loc) 1.51 kB
{ "name": "material-motion-views-dom", "version": "0.0.0", "description": "DOM support for Material Motion", "main": "dist/index.js", "types": "dist/index.d.ts", "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/views-dom.xml --formatters-dir ../../node_modules/tslint-junit-formatter/formatters --format junit", "test": "node ../../tools/test.js --only views-dom", "clean": "rm -rf ./dist/*; mkdir -p ./dist/", "build": "yarn run clean; ../../node_modules/.bin/tsc" }, "dependencies": { "csstype": "^2.5.6", "indefinite-observable": "1.0.2", "material-motion": "^0.0.0", "tslib": "^1.2.0" }, "devDependencies": { "material-motion-testing-utils": "^0.0.0" }, "repository": { "type": "git", "url": "git+ssh://git@github.com:material-motion/material-motion-js.git" }, "keywords": [ "animation", "gestures", "interactive", "material", "motion", "multitouch", "observables", "odeon", "physics", "springs", "touch", "transitions", "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/views-dom#readme" }