-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 770 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 770 Bytes
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
{
"name": "circular-dependency-plugin-async",
"version": "1.0.6",
"description": "Detect modules with circular dependencies asynchronously when bundling with webpack.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"index.js",
"findCircularDependencies.js",
"worker.js"
],
"author": "https://github.com/ignashevich",
"license": "MIT",
"dependencies": {
"madge": "^6.1.0",
"path": "^0.12.7",
"pluralize": "^8.0.0",
"worker-farm": "^1.7.0"
},
"keywords": [
"webpack",
"circular",
"dependency",
"plugin",
"async"
],
"repository": {
"type": "git",
"url": "https://github.com/ignashevich/circular-dependency-plugin-async"
}
}