forked from cezary/react-diff
-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
38 lines (38 loc) · 966 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"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 <[email protected]>",
"contributors": [
"Cezary Wojtkowski <[email protected]>"
],
"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": {}
}