router5-transition-path
Version:
Router5 transition path helper function
35 lines (34 loc) • 845 B
JSON
{
"name": "router5-transition-path",
"version": "8.0.1",
"description": "Router5 transition path helper function",
"main": "dist/index.js",
"jsnext:main": "dist/index.es.js",
"module": "dist/index.es.js",
"typings": "dist/index.d.ts",
"files": [
"dist"
],
"sideEffects": false,
"repository": {
"type": "git",
"url": "git+https://github.com/router5/router5.git"
},
"keywords": [
"router5",
"transition"
],
"author": "Thomas Roch <thomas.c.roch@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/router5/router5/issues"
},
"homepage": "https://github.com/router5/router5/tree/master/packages/router5-transition-path",
"peerDependencies": {
"router5": "^8.0.0"
},
"scripts": {
"test": "jest"
},
"gitHead": "10576b99b47153acabe6eb4cbfa5caf4b36bbba0"
}