forked from spotify/threaddump-analyzer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 681 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 681 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
{
"name": "threaddump-analyzer",
"version": "0.0.0",
"description": "Java thread dump analyzer",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/spotify/threaddump-analyzer.git"
},
"bugs": { "url" : "https://github.com/spotify/threaddump-analyzer/issues" },
"scripts": {
"test": "gulp test jslint htmllint csslint"
},
"keywords": [
"java",
"thread",
"thread dump"
],
"devDependencies": {
"gulp-qunit": "1.3.1",
"gulp-jshint": "2.0.0",
"gulp-htmlhint": "0.3.1",
"gulp-csslint": "0.2.0",
"gulp": "3.9.1"
}
}