forked from intersystems-community/webterminal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 988 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
34
35
36
37
{
"name": "CWT",
"title": "Cache WEB Terminal",
"packageName": "WebTerminal",
"printableName": "Cache Web Terminal",
"description": "Web-based terminal emulator for Caché administering.",
"author": "ZitRo",
"version": "4.7.4",
"gaID": "UA-83005064-2",
"releaseNumber": 26,
"scripts": {
"build": "gulp"
},
"repository": {
"type": "git",
"url": "https://github.com/intersystems-community/webterminal.git"
},
"devDependencies": {
"babel-core": "^6.23.1",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.22.0",
"babelify": "^7.3.0",
"browserify": "^14.1.0",
"gulp": "^3.9.1",
"gulp-cssnano": "^2.1.2",
"gulp-minify-css": "^1.2.4",
"gulp-preprocess": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-rimraf": "^0.2.1",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^2.1.0",
"preprocessify": "^1.0.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}