-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1005 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 1005 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
31
32
33
34
35
36
37
38
39
{
"name": "JS-TDA",
"author": "Greg Feigenson <kog@epiphanic.org>",
"contributors": [],
"description": "A browser-based JavaScript rewrite of Java's Thread Dump Analyzer",
"version": "1.0.0",
"homepage": "https://github.com/kog/js-tda",
"repository": {
"type": "git",
"url": "https://github.com/kog/js-tda.git"
},
"license": "MIT",
"main": [
"dist/release/js-tda.min.css",
"dist/release/js-tda.min.js",
"dist/release/index.html"
],
"scripts": {
"build": "gulp"
},
"devDependencies": {
"event-stream": "^3.3.4",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.1",
"gulp-flatten": "^0.3.1",
"gulp-gzip": "^1.4.0",
"gulp-header": "^1.8.9",
"gulp-main-bower-files": "^1.6.2",
"gulp-order": "^1.1.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.6.1",
"gulp-tar": "^2.0.0",
"gulp-uglify": "^3.0.0",
"gulp-uglifycss": "^1.0.8",
"gulp-util": "^3.0.8",
"gulp-wrap": "^0.13.0"
}
}