UNPKG

react-string-replace

Version:

String#replace for React components

45 lines (44 loc) 1.1 kB
{ "name": "react-string-replace", "version": "1.1.1", "description": "String#replace for React components", "license": "MIT", "main": "index.js", "repository": "iansinnott/react-string-replace", "author": { "name": "Ian Sinnott", "email": "ian@iansinnott.com", "url": "https://github.com/iansinnott" }, "engines": { "node": ">=0.12.0" }, "scripts": { "lint": "eslint --ignore-pattern example index.js", "test": "npm run lint && ava --verbose", "bump:patch": "npm version patch -m \"v%s\"", "bump:minor": "npm version minor -m \"v%s\"", "bump": "npm run bump:patch", "preversion": "npm test", "postversion": "git push && git push --tags" }, "files": [ "index.js", "index.d.ts" ], "keywords": [ "react", "string", "replace" ], "dependencies": {}, "devDependencies": { "ava": "^0.23.0", "babel-eslint": "^8.0.0", "eslint": "^3.10.2", "eslint-config-iansinnott": "^1.0.1", "eslint-config-zen": "^3.0.0", "eslint-plugin-flowtype": "^2.25.0", "eslint-plugin-react": "^7.0.0" } }