-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 943 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
{
"name": "json-endpoint-diff",
"version": "0.0.1",
"description": "A tool for checking for regressions between two served versions of the same endpoint",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Ben Hofferber",
"license": "MIT",
"dependencies": {
"async": "^2.1.4",
"json-diff": "^0.3.1",
"jsondiffpatch": "^0.2.4",
"material-ui": "^0.16.3",
"ramda": "^0.22.1",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-router": "^3.0.2",
"react-tap-event-plugin": "^2.0.0",
"superagent": "^2.3.0"
},
"devDependencies": {
"babel-core": "^6.18.0",
"babel-loader": "^6.2.7",
"babel-preset-es2015": "^6.18.0",
"babel-preset-es2016": "^6.16.0",
"babel-preset-react": "^6.16.0",
"clean-webpack-plugin": "^0.1.16",
"css-loader": "^0.25.0",
"style-loader": "^0.13.1",
"webpack": "^1.13.3"
}
}