forked from geowarin/friendly-errors-webpack-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.01 KB
/
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
40
41
42
43
44
45
46
{
"name": "friendly-errors-webpack-plugin",
"version": "1.0.2",
"description": "",
"main": "index.js",
"scripts": {
"test": "ava"
},
"keywords": [
"awesome",
"react",
"cli"
],
"author": "Geoffroy Warin",
"repository": {
"type": "git",
"url": "git+https://github.com/geowarin/friendly-errors-webpack-plugin.git"
},
"bugs": {
"url": "https://github.com/geowarin/friendly-errors-webpack-plugin/issues"
},
"homepage": "http://geowarin.github.io/friendly-errors-webpack-plugin",
"license": "MIT",
"devDependencies": {
"assert-diff": "^1.1.0",
"ava": "^0.16.0",
"babel-core": "^6.13.2",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.2.5",
"babel-preset-react": "^6.11.1",
"deasync": "^0.1.7",
"eslint": "^3.3.1",
"eslint-loader": "^1.5.0",
"expect": "^1.20.2",
"webpack": "^2.1.0-beta.21"
},
"ava": {
"files": [
"test/**/*.spec.js"
]
},
"dependencies": {
"chalk": "^1.1.3",
"error-stack-parser": "^1.3.6"
}
}