redux-action-types-creator
Version:
a redux action type define helper
33 lines (32 loc) • 841 B
JSON
{
"name": "redux-action-types-creator",
"version": "1.2.0",
"scripts": {
"build": "./node_modules/.bin/babel src -d lib",
"test": "./node_modules/.bin/tape -r babel-register tests/**/*.spec.js"
},
"description": "a redux action type define helper",
"main": "lib/index.js",
"author": "Darmody <eterlf41@gmail.com>",
"repository": {
"type": "git",
"url": "git://github.com/darmody/redux-action-types-creator.git"
},
"homepage": "https://github.com/darmody/redux-action-types-creator",
"keywords": [
"redux",
"action",
"action type"
],
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-plugin-lodash": "^3.2.11",
"babel-preset-es2015": "^6.18.0",
"babel-register": "^6.18.0",
"tape": "^4.6.2"
},
"dependencies": {
"lodash": "^4.16.4"
}
}