-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
35 lines (35 loc) · 951 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
{
"name": "filewatcher-webpack-plugin",
"version": "1.2.0",
"description": "Watch files / folders not under webpack watch. Accepts glob pattern. Turbo powered by chokidar",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sap9433/filewatcher-webpack-plugin"
},
"keywords": [
"webpack",
"webpack file watch",
"chokidar webpack"
],
"author": "Saptarshi Chatterjee <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/sap9433/filewatcher-webpack-plugin",
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^6.0.2",
"path": "^0.12.7",
"jsx-loader": "^0.13.2",
"node-async-require-loader": "^2.0.0",
"node-fetch": "^2.3.0",
"react": "^16.8.6",
"webpack": "^4.29.6",
"webpack-dev-server": "^3.2.1"
},
"dependencies": {
"chokidar": "^2.1.5"
}
}