UNPKG

@aboudicheng/strtoobj

Version:

String to object converter for Redux action types

28 lines (27 loc) 615 B
{ "name": "@aboudicheng/strtoobj", "version": "1.0.2", "description": "String to object converter for Redux action types", "main": "lib/index.min.js", "scripts": { "build": "babel src/index.js --presets babel-preset-es2015 | minify --out-file lib/index.min.js" }, "babel": { "presets": [ "es2015" ] }, "author": "Ping Cheng", "license": "MIT", "keywords": [ "redux", "action-types" ], "devDependencies": { "babel-cli": "^6.26.0", "babel-core": "^6.26.3", "babel-minify": "^0.5.0", "babel-preset-es2015": "^6.24.1", "uglify-js": "^3.4.9" } }