-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 948 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
38
39
{
"name": "wrn-fix-it",
"appname": "WRN Fix IT",
"version": "1.0.0",
"status": "Alpha",
"description": "Your Windows companion toolset for fixing common issues",
"main": "gulpfile.js",
"scripts": {
"start": "gulp",
"build": "gulp build",
"clean": "gulp cleandev",
"update": "gulp cleandev && gulp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/warengonzaga/wrn-fix-it.git"
},
"keywords": [
"windows",
"tools",
"fix",
"maintenance",
"technical",
"issues"
],
"author": "Waren Gonzaga",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/warengonzaga/wrn-fix-it/issues"
},
"homepage": "https://github.com/warengonzaga/wrn-fix-it#readme",
"github": "https://github.com/warengonzaga/wrn-fix-it",
"devDependencies": {
"gulp": "^4.0.2",
"gulp-clean": "^0.4.0",
"gulp-header": "^2.0.9",
"gulp-rename": "^2.0.0"
}
}