@app-elements/router
Version:
The best router.
35 lines (34 loc) • 811 B
JSON
{
"name": "@app-elements/router",
"version": "3.4.1",
"description": "The best router.",
"main": "dist/router.js",
"module": "dist/router.m.js",
"source": "index.js",
"scripts": {
"build": "microbundle --jsx React.createElement --external react --no-compress --css-modules true",
"prepublishOnly": "npm run build",
"test": "exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/inputlogic/elements.git"
},
"bugs": {
"url": "https://github.com/inputlogic/elements/issues"
},
"keywords": [
"router",
"react",
"react-component",
"preact",
"component",
"ui"
],
"author": "Input Logic Team",
"license": "ISC",
"publishConfig": {
"access": "public"
},
"gitHead": "8681b5f15ede5c210a546e2435546e4c89383bb3"
}