UNPKG

material-motion-testing-utils

Version:
52 lines (51 loc) 1.53 kB
{ "name": "material-motion-testing-utils", "version": "0.0.0", "description": "Utilities for testing the Material Motion framework", "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/testing-utils.xml --formatters-dir ../../node_modules/tslint-junit-formatter/formatters --format junit", "clean": "rm -rf ./dist/*; mkdir -p ./dist/", "build": "yarn run clean; ../../node_modules/.bin/tsc" }, "dependencies": { "mock-raf": "^1.0.0", "tslib": "^1.2.0" }, "peerDependencies": { "indefinite-observable": "^1.0.0", "mocha-sugar-free": "1.3.1", "sinon": "7.1.1" }, "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/testing-utils#readme", "devDependencies": { "@types/sinon": "^1.16.34" } }