lucid-router
Version:
a simple html5-history aware router
32 lines (31 loc) • 712 B
JSON
{
"name": "lucid-router-react-example",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"postinstall": "jspm install",
"start": "node server.js"
},
"author": "",
"license": "ISC",
"devDependencies": {
"jspm": "^0.16.5"
},
"jspm": {
"dependencies": {
"json-loader": "npm:json-loader@^0.5.3",
"lucid-router": "npm:lucid-router@1.3.5",
"react": "npm:react@^0.14.0",
"react-dom": "npm:react-dom@^0.14.0"
},
"devDependencies": {
"babel": "npm:babel-core@^5.8.24",
"babel-runtime": "npm:babel-runtime@^5.8.24",
"core-js": "npm:core-js@^1.1.4"
}
},
"dependencies": {
"express": "^4.13.3"
}
}