-
Notifications
You must be signed in to change notification settings - Fork 33
/
package.json
51 lines (51 loc) · 1.22 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
{
"name": "web-terminal",
"title": "Web Terminal",
"packageName": "WebTerminal",
"printableName": "Web Terminal",
"description": "Web-based terminal emulator for InterSystems products.",
"author": {
"name": "Nikita Savchenko",
"url": "https://nikita.tk"
},
"version": "4.9.5",
"gaID": "UA-83005064-2",
"releaseNumber": 26,
"contributors": [
{
"name": "Nikita Savchenko",
"email": "me@nikita.tk"
},
{
"name": "John Murray",
"email": "johnm@georgejames.com"
}
],
"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": "^4.0.2",
"gulp-cssnano": "^2.1.3",
"gulp-minify-css": "^1.2.4",
"gulp-preprocess": "^4.0.2",
"gulp-rename": "^2.0.0",
"gulp-replace": "^0.5.4",
"gulp-rimraf": "^1.0.0",
"gulp-sass": "^5.1.0",
"gulp-uglify": "^3.0.2",
"preprocessify": "^1.0.1",
"sass": "^1.53.0",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
}
}