desklamp
Version:
clean routing and state container for react
38 lines (37 loc) • 870 B
JSON
{
"name": "desklamp",
"version": "0.1.4",
"description": "clean routing and state container for react",
"main": "desklamp.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/desklamp-js/desklamp.git"
},
"keywords": [
"react",
"routing",
"router",
"persistant",
"state",
"desklamp",
"redux",
"react-router",
"react-router-redux",
"immutable"
],
"author": "desklamp.io team (http://desklamp.io)",
"license": "MIT",
"bugs": {
"url": "https://github.com/desklamp-js/desklamp/issues"
},
"homepage": "https://github.com/desklamp-js/desklamp#readme",
"devDependencies": {
"babel-cli": "^6.16.0",
"babel-preset-es2015": "^6.16.0",
"babel-preset-react": "^6.16.0",
"react": "^15.3.2"
}
}