-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.54 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.54 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "webpack-service",
"version": "0.1.1",
"description": "Webpack service",
"main": "lib/index.js",
"author": {
"name": "Mark Finger",
"email": "markfinger@gmail.com"
},
"license": "MIT",
"homepage": "https://github.com/markfinger/webpack-service",
"bugs": {
"url": "https://github.com/markfinger/webpack-service/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/markfinger/webpack-service.git"
},
"dependencies": {
"chokidar": "^1.0.1",
"lodash": "^3.6.0",
"webpack-watcher": "^0.2.3"
},
"peerDependencies": {
"webpack": "*"
},
"devDependencies": {
"chai": "^2.1.1",
"mkdirp": "^0.5.0",
"mocha": "^2.2.1",
"spawn-sync": "^1.0.6",
"webpack": "*"
},
"scripts": {
"test": "mocha",
"test-debug": "mocha debug"
},
"gitHead": "17c66087d3af002a9e5d7b765309ca2f944e5b31",
"_id": "webpack-service@0.1.1",
"_shasum": "46d3f700479a78082a835772f9a389663589c493",
"_from": "webpack-service@*",
"_npmVersion": "2.7.6",
"_nodeVersion": "0.12.0",
"_npmUser": {
"name": "markfinger",
"email": "markfinger@gmail.com"
},
"maintainers": [
{
"name": "markfinger",
"email": "markfinger@gmail.com"
}
],
"dist": {
"shasum": "46d3f700479a78082a835772f9a389663589c493",
"tarball": "http://registry.npmjs.org/webpack-service/-/webpack-service-0.1.1.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/webpack-service/-/webpack-service-0.1.1.tgz",
"readme": "ERROR: No README data found!"
}