lucid-router
Version:
a simple html5-history aware router
47 lines (46 loc) • 1.35 kB
JSON
{
"name": "lucid-router",
"version": "1.5.0",
"description": "a simple html5-history aware router",
"main": "dist/router.js",
"scripts": {
"build": "npm run build-router && npm run build-link",
"build-router": "babel src/router.js --out-file dist/router.js",
"build-link": "babel src/link.js --out-file dist/link.js"
},
"repository": {
"type": "git",
"url": "https://github.com/spicydonuts/lucid-router.git"
},
"keywords": [
"lucid",
"router",
"routing",
"history",
"html5",
"isomorphic",
"universal",
"react"
],
"author": "Michael Trotter",
"license": "MIT",
"bugs": {
"url": "https://github.com/spicydonuts/lucid-router/issues"
},
"homepage": "https://github.com/spicydonuts/lucid-router",
"dependencies": {
"url-pattern": "1.0.1"
},
"devDependencies": {
"babel-cli": "^6.6.5",
"babel-plugin-transform-class-properties": "^6.6.0",
"babel-plugin-transform-export-extensions": "^6.5.0",
"babel-plugin-transform-flow-strip-types": "^6.7.0",
"babel-plugin-transform-react-constant-elements": "^6.5.0",
"babel-plugin-transform-react-display-name": "^6.5.0",
"babel-plugin-transform-react-inline-elements": "^6.6.5",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-2": "^6.5.0"
}
}