-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.3 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "patra",
"version": "2.0.0",
"description": "Patra is a collection of HTML, JavaScript, and CSS assets for viewing Dropwizard (Codehale/Yammer) metrics.",
"main": "index.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/indrabasak/patra.git"
},
"keywords": [
"patra",
"Dropwizard",
"metrics",
"codehale",
"yammer"
],
"author": "Indra Basak",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/indrabasak/patra/issues"
},
"homepage": "https://github.com/indrabasak/patra#readme",
"devDependencies": {
"graceful-fs": "^4.2.4",
"gulp": "^4.0.2",
"gulp-cli": "^2.2.0",
"gulp-closure-compiler": "^0.4.0",
"gulp-connect": "^5.7.0",
"gulp-delete-file": "^1.0.2",
"gulp-env": "^0.4.0",
"gulp-header": "^2.0.9",
"gulp-jsdoc3": "^3.0.0",
"gulp-jshint": "^2.1.0",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.0.0",
"gulp-rimraf": "^1.0.0",
"gulp-sass": "^4.1.0",
"gulp-testem": "^0.0.1",
"gulp-uglify": "^3.0.2",
"gulp-umd": "^2.0.0",
"jquery": "^3.5.1",
"jshint": "^2.11.1",
"jshint-stylish": "^2.2.1",
"metrics-graphics": "^2.15.6",
"run-sequence": "^2.2.1"
},
"dependencies": {
"del": "^5.1.0"
}
}