redux-taxi
Version:
Inform server-side rendering from the component level when dealing with asynchronous actions.
52 lines (51 loc) • 1.54 kB
JSON
{
"name": "redux-taxi",
"version": "1.2.0",
"description": "Inform server-side rendering from the component level when dealing with asynchronous actions.",
"main": "lib/index",
"scripts": {
"compile": "rm -rf ./lib && babel -d lib/ src/",
"prepublish": "npm run test && npm run compile",
"test": "mocha tests/*.test.js --compilers js:babel-core/register --require tests/mocha.setup.js"
},
"repository": "NYTimes/redux-taxi",
"keywords": [
"redux",
"react",
"taxi",
"server rendering",
"ssr",
"isomorphic",
"universal",
"nytimes"
],
"author": "Jeremy Gayed (https://github.com/tizmagik)",
"contributors": [
"Ivan Kravchenko (https://github.com/ivankravchenko)",
"Devorah Moskowitz (https://github.com/devorah)",
"Oleh Ziniak (https://github.com/oziniak)"
],
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/NYTimes/redux-taxi/issues"
},
"homepage": "https://github.com/NYTimes/redux-taxi#readme",
"devDependencies": {
"babel-cli": "^6.6.5",
"babel-core": "^6.7.4",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "^6.6.0",
"babel-polyfill": "^6.7.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.7.2",
"chai": "^3.5.0",
"jsdom": "^8.3.0",
"mocha": "^2.4.5",
"prop-types": "^15.5.8",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"sinon": "^1.17.3"
}
}