react-stylable-diff
Version:
Output differences between inputs, ready for css styling
39 lines (38 loc) • 966 B
JSON
{
"name": "react-stylable-diff",
"version": "2.0.0",
"description": "Output differences between inputs, ready for css styling",
"main": "dist/react-diff.js",
"scripts": {
"build": "./node_modules/.bin/babel lib/react-diff.js > dist/react-diff.js"
},
"repository": {
"type": "git",
"url": "https://github.com/davidmason/react-stylable-diff.git"
},
"keywords": [
"react",
"diff",
"css"
],
"author": "David Mason <drdmason@gmail.com>",
"contributors": [
"Cezary Wojtkowski <cezary@gmail.com>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/davidmason/react-stylable-diff/issues"
},
"homepage": "https://github.com/davidmason/react-stylable-diff",
"dependencies": {
"diff": "^1.2.0",
"prop-types": "^15.6.0",
"react": "^16.0.0"
},
"devDependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.26.0",
"babel-plugin-transform-react-jsx": "^6.24.1"
},
"false": {}
}