forked from bugsnag/webpack-bugsnag-plugins
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 856 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": "webpack-bugsnag-plugins",
"version": "1.1.1",
"description": "Webpack plugins for common Bugsnag actions",
"keywords": [
"bugsnag",
"webpack"
],
"main": "index.js",
"scripts": {
"test": "standard && tape test/**.test.js | tap-spec"
},
"repository": {
"type": "git",
"url": "https://github.com/bugsnag/webpack-bugsnag-plugins"
},
"author": "Bugsnag Inc.",
"license": "MIT",
"devDependencies": {
"concat-stream": "^1.6.0",
"parse-formdata": "^1.0.2",
"standard": "^10.0.3",
"tap-spec": "^4.1.1",
"tape": "^4.8.0",
"webpack": "^3.10.0"
},
"dependencies": {
"bugsnag-build-reporter": "^1.0.0",
"bugsnag-sourcemaps": "^1.0.3",
"graceful-fs": "^4.1.11",
"run-parallel-limit": "^1.0.3"
},
"standard": {
"ignore": [
"test/fixtures/**/*"
]
}
}