twreporter-react
Version:
React-Redux site for The Reporter Foundation in Taiwan
119 lines (118 loc) • 3.29 kB
JSON
{
"_args": [
[
"react-redux@^2.1.2",
"/Users/nick/codes/twreporter-react"
]
],
"_from": "react-redux@>=2.1.2 <3.0.0",
"_id": "react-redux@2.1.2",
"_inCache": true,
"_installable": true,
"_location": "/react-redux",
"_nodeVersion": "2.2.1",
"_npmUser": {
"email": "dan.abramov@gmail.com",
"name": "gaearon"
},
"_npmVersion": "3.3.3",
"_phantomChildren": {},
"_requested": {
"name": "react-redux",
"raw": "react-redux@^2.1.2",
"rawSpec": "^2.1.2",
"scope": null,
"spec": ">=2.1.2 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/react-redux/-/react-redux-2.1.2.tgz",
"_shasum": "4b26e02a7e049d1dc8ba5200999a3e153b28afc7",
"_shrinkwrap": null,
"_spec": "react-redux@^2.1.2",
"_where": "/Users/nick/codes/twreporter-react",
"author": {
"email": "dan.abramov@me.com",
"name": "Dan Abramov",
"url": "http://github.com/gaearon"
},
"bugs": {
"url": "https://github.com/gaearon/react-redux/issues"
},
"dependencies": {
"invariant": "^2.0.0"
},
"description": "Official React bindings for Redux",
"devDependencies": {
"babel": "^5.8.21",
"babel-core": "^5.8.22",
"babel-eslint": "^3.1.15",
"babel-loader": "^5.3.2",
"eslint": "^0.23",
"eslint-config-airbnb": "0.0.6",
"eslint-plugin-react": "^2.3.0",
"expect": "^1.8.0",
"isparta": "^3.0.3",
"istanbul": "^0.3.17",
"jsdom": "~5.4.3",
"mocha": "^2.2.5",
"mocha-jsdom": "~0.4.0",
"react": "^0.14.0-beta3",
"react-addons-test-utils": "^0.14.0-beta3",
"react-dom": "^0.14.0-beta3",
"redux": "^3.0.0",
"rimraf": "^2.3.4",
"webpack": "^1.11.0"
},
"directories": {},
"dist": {
"shasum": "4b26e02a7e049d1dc8ba5200999a3e153b28afc7",
"tarball": "https://registry.npmjs.org/react-redux/-/react-redux-2.1.2.tgz"
},
"gitHead": "12ef603eeccb859396d598ce7fdfa46e16180036",
"homepage": "https://github.com/gaearon/react-redux",
"keywords": [
"edit",
"flux",
"hmr",
"hot",
"live",
"react",
"reactjs",
"redux",
"reload"
],
"license": "MIT",
"main": "./lib/index.js",
"maintainers": [
{
"name": "gaearon",
"email": "dan.abramov@gmail.com"
}
],
"name": "react-redux",
"optionalDependencies": {},
"peerDependencies": {
"redux": "^2.0.0 || ^3.0.0"
},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/gaearon/react-redux.git"
},
"scripts": {
"build": "npm run build:lib && npm run build:umd && npm run build:umd:min",
"build:lib": "babel src --out-dir lib",
"build:umd": "webpack src/index.js dist/react-redux.js --config webpack.config.development.js",
"build:umd:min": "webpack src/index.js dist/react-redux.min.js --config webpack.config.production.js",
"clean": "rimraf lib dist coverage",
"lint": "eslint src test",
"prepublish": "npm run clean && npm run build",
"test": "mocha --compilers js:babel/register --recursive",
"test:cov": "babel-node ./node_modules/isparta/bin/isparta cover ./node_modules/mocha/bin/_mocha -- --recursive",
"test:watch": "npm test -- --watch"
},
"version": "2.1.2"
}