UNPKG

673 BJSONView Raw
1{
2 "name": "watchpack",
3 "version": "0.2.4",
4 "description": "",
5 "main": "./lib/watchpack.js",
6 "directories": {
7 "test": "test"
8 },
9 "scripts": {
10 "test": "mocha -R spec"
11 },
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/webpack/watchpack.git"
15 },
16 "author": "Tobias Koppers @sokra",
17 "license": "MIT",
18 "bugs": {
19 "url": "https://github.com/webpack/watchpack/issues"
20 },
21 "homepage": "https://github.com/webpack/watchpack",
22 "devDependencies": {
23 "mocha": "^2.1.0",
24 "rimraf": "^2.2.8",
25 "should": "^4.6.0"
26 },
27 "dependencies": {
28 "async": "^0.9.0",
29 "chokidar": "^1.0.0",
30 "graceful-fs": "^3.0.2"
31 }
32}