You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
548 B
27 lines
548 B
{
|
|
"name": "redux-toolkit",
|
|
"version": "1.1.2",
|
|
"description": "supply useful utils for redux",
|
|
"main": "lib/index.js",
|
|
"scripts": {
|
|
"build": "rm -rf lib && babel src --out-dir lib",
|
|
"test": "mocha"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/yeatszhang/redux-toolkit"
|
|
},
|
|
"keywords": [
|
|
"redux",
|
|
"utils",
|
|
"helper"
|
|
],
|
|
"author": "yeatszhang",
|
|
"dependencies": {
|
|
"debug": "^2.2.0",
|
|
"flux-standard-action": "^0.6.0",
|
|
"invariant": "^2.1.1",
|
|
"lodash": "^3.10.1"
|
|
}
|
|
}
|