-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 942 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 942 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
34
35
36
37
{
"name": "watchfile-webpack-plugin",
"version": "0.0.4",
"description": "Watch file not under webpack watch",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/man27382210/watchFile-webpack-plugin.git"
},
"keywords": [
"webpack",
"watch"
],
"author": "Davis Tseng <man27382210@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/man27382210/watchFile-webpack-plugin/issues"
},
"homepage": "https://github.com/man27382210/watchFile-webpack-plugin#readme",
"devDependencies": {
"chai": "^3.4.1",
"mocha": "^2.3.4",
"path": "^0.12.7",
"watch": "^0.17.1"
},
"dependencies": {
"jsx-loader": "^0.13.2",
"node-async-require-loader": "^1.1.14",
"node-fetch": "^1.3.3",
"react": "^0.14.5",
"webpack": "^1.12.9",
"webpack-dev-server": "^1.14.0"
}
}