forked from itinao/capture-recorder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 779 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
{
"name": "Desktop-Capture-Recorder",
"version": "0.0.0",
"description": "Desktop Capture Recorder",
"main": "index.js",
"scripts": {
"dev": "npm run build && gulp build-client-watch",
"build": "gulp build-client"
},
"repository": {
"type": "git",
"url": "https://github.com/itinao/capture-recorder.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/itinao/capture-recorder/issues"
},
"homepage": "https://github.com/itinao/capture-recorder",
"devDependencies": {
"gulp": "^4.0.0",
"gulp-clean-css": "^3.9.0",
"gulp-concat": "^2.4.1",
"gulp-minify-css": "^0.3.11",
"gulp-minify-html": "^0.1.6",
"gulp-rename": "^1.2.0",
"gulp-sass": "^2.3.2",
"gulp-uglify": "^3.0.1"
}
}