-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 794 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 794 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
{
"name": "PrettyWireLogViewer",
"author": "moznion <moznion@gmail.com>",
"version": "0.0.1",
"description": "Pretty viewer for wire logging of Apache HttpClient",
"scripts": {
"test": "NODE_ENV=test ./node_modules/.bin/gulp test && ./node_modules/.bin/gulp lint"
},
"dependencies": {},
"devDependencies": {
"bower": "^1.3.12",
"chai": "^1.9.2",
"del": "^0.1.3",
"gulp": "^3.8.9",
"gulp-filter": "^1.0.2",
"gulp-jshint": "^1.8.5",
"gulp-mocha": "^1.1.1",
"heredoc": "^1.2.0",
"jshint-stylish": "^1.0.0",
"lodash": "^2.4.1",
"main-bower-files": "^2.1.0",
"mocha": "^2.0.0",
"utf8": "^2.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/moznion/PrettyWireLogViewer.git"
},
"license": "MIT"
}