UNPKG

action-names

Version:
34 lines (33 loc) 702 B
{ "name": "action-names", "version": "0.4.0", "description": "Standard actions names for Flux", "main": "index.js", "scripts": { "test": "ava test/**/*.test.js" }, "repository": { "type": "git", "url": "git+https://github.com/Versent/action-names.git" }, "keywords": [ "flux", "action", "redux", "constants", "events" ], "author": "Sebastian Porto", "license": "MIT", "bugs": { "url": "https://github.com/Versent/action-names/issues" }, "homepage": "https://github.com/Versent/action-names#readme", "devDependencies": { "ava": "^0.14.0" }, "dependencies": { "lodash.snakecase": "^3.0.1", "lodash.trim": "^3.0.1" } }