forked from DevartSoftware/tmetric-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 936 Bytes
/
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
{
"name": "TMetric",
"description": "Browser extensions that integrate TMetric service with popular issue tracking systems.",
"version": "2.3.0",
"repository": {
"type": "Git",
"url": "https://github.com/DevartSoftware/tt-plugins.git"
},
"dependencies": {
"jquery": "3.2.1",
"ms-signalr-client": "2.2.4",
"select2": "4.0.2"
},
"devDependencies": {
"deepmerge": "0.2.10",
"del": "2.0.2",
"gulp": "3.9.0",
"gulp-cli": "0.3.0",
"gulp-concat": "2.6.0",
"gulp-extend": "0.2.0",
"gulp-flatten": "0.2.0",
"gulp-less": "3.0.3",
"gulp-rename": "1.2.2",
"gulp-strip-debug": "1.1.0",
"gulp-tsc": "1.3.2",
"gulp-zip": "3.0.2",
"jsonfile": "2.2.2",
"merge-stream": "1.0.0",
"typescript": "2.5",
"yargs": "4.3.2",
"through2": "2.0.3"
}
}