-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
37 lines (37 loc) · 956 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
34
35
36
37
{
"name": "wrn-cleaner",
"version": "4.5.0",
"description": "A maintenance tool that can automatically or manually clean up your Windows machine in a simple and reliable way.",
"main": "gulpfile.js",
"scripts": {
"build": "gulp build",
"clean": "gulp cleandev",
"help": "gulp --tasks"
},
"repository": {
"type": "git",
"url": "git+https://github.com/warengonzaga/wrn-cleaner.git"
},
"keywords": [
"free",
"windows",
"maintenance",
"optimization",
"cleaner",
"tool"
],
"author": "Waren Gonzaga",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/warengonzaga/wrn-cleaner/issues"
},
"homepage": "https://github.com/warengonzaga/wrn-cleaner",
"github": "https://github.com/warengonzaga/wrn-cleaner",
"devDependencies": {
"gulp": "^4.0.2",
"gulp-clean": "^0.4.0",
"gulp-header": "^2.0.9",
"gulp-rename": "^2.0.0"
},
"packageManager": "[email protected]"
}