-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 890 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": "ice-demos",
"version": "3.7.0-alpha0",
"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",
"dependencies": {
"bower": "^1.4.1",
"browser-sync": "^2.7.6",
"del": "^1.2.0",
"gulp": "^3.9.0",
"gulp-concat": "^2.5.2",
"gulp-ext-replace": "^0.2.0",
"gulp-gzip": "1.1.0",
"gulp-ice-builder": "^1.0.2",
"gulp-minify-css": "^1.1.6",
"gulp-newer": "^0.5.0",
"gulp-open": "^0.3.2",
"gulp-uglify": "^1.2.0",
"http-proxy": "^1.11.1",
"ice": "^3.7.0-alpha0",
"npm": "^2.11.1",
"slice2js": "^3.7.0-alpha0",
"vinyl-paths": "^1.0.0"
},
"scripts": {
"gulp:build": "gulp",
"gulp:watch": "gulp watch",
"gulp:clean": "gulp clean"
}
}