-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 906 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 906 Bytes
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
{
"name": "webrsa",
"version": "1.0.0",
"description": "Installation ==================================================",
"main": "index.js",
"scripts": {
"default": "node_modules/gulp/bin/gulp.js default",
"css": "node_modules/gulp/bin/gulp.js css",
"watch-css": "node_modules/gulp/bin/gulp.js watch-css",
"js": "node_modules/gulp/bin/gulp.js js",
"watch-js": "node_modules/gulp/bin/gulp.js watch-js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "ssh://pla@gerrit:29418/atolcd/webrsa"
},
"author": "",
"license": "ISC",
"dependencies": {
"gulp": "^4.0.0",
"gulp-concat": "^2.6.1",
"gulp-concat-css": "^3.1.0",
"gulp-minify-css": "^1.2.4",
"gulp-rename": "^1.4.0",
"gulp-uglify": "^3.0.2",
"gulp-uglify-es": "^1.0.4",
"gulp-watch": "^5.0.1",
"pump": "^3.0.0"
}
}