forked from cezary/react-diff
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 947 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
39
{
"name": "react-stylable-diff",
"version": "1.0.1",
"description": "Output differences between inputs, ready for css styling",
"main": "dist/react-diff.js",
"scripts": {
"build": "babel lib --out-dir dist"
},
"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>",
"Felix Hao <felixhao28@gmail.com>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/davidmason/react-stylable-diff/issues"
},
"homepage": "https://github.com/davidmason/react-stylable-diff",
"peerDependencies": {
"react": ">=0.12.0"
},
"dependencies": {
"diff": "^2.2.1"
},
"devDependencies": {
"babel": "^6.3.26",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13"
}
}