-
Notifications
You must be signed in to change notification settings - Fork 215
/
Copy pathpackage.json
32 lines (32 loc) · 909 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
{
"name": "ice-demos",
"version": "3.7.10",
"type": "module",
"description": "Sample programs for Ice (Internet Communications Engine)",
"author": "ZeroC, Inc.",
"homepage": "https://zeroc.com",
"repository": "https://github.com/zeroc-ice/ice-demos.git",
"license": "GPL-2.0",
"browserslist": "> 0.25%, not dead",
"scripts": {
"build": "gulp build",
"clean": "gulp clean"
},
"dependencies": {
"ice": "^3.7.100",
"slice2js": "^3.7.100"
},
"devDependencies": {
"@types/node": "^20.14.5",
"del": "^7.1.0",
"gulp": "^5.0.0",
"gulp-ext-replace": "^0.3.0",
"gulp-ice-builder": "^3.0.4",
"gulp-newer": "^1.4.0",
"gulp-terser": "^2.1.0",
"gulp-typescript": "^5.0.1",
"pump": "^3.0.0",
"typescript": "^5.4.5",
"vinyl-paths": "^5.0.0"
}
}