-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 846 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
{
"scripts": {
"build": "dotenv gulp xar",
"watch": "dotenv gulp watch",
"start": "dotenv gulp install"
},
"main": "gulpfile.js",
"devDependencies": {
"@existdb/gulp-exist": "^4.2.0",
"@existdb/gulp-replace-tmpl": "^1.0.3",
"delete": "^1.1.0",
"dotenv-cli": "^4.0.0",
"gulp": "^4.0.2",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.1.0",
"gulp-uglify-es": "^2.0.0",
"gulp-zip": "^5.0.2"
},
"name": "gulp-exist-example",
"version": "1.0.0",
"keywords": [],
"author": "Juri Leino",
"license": "ISC",
"description": "",
"app": {
"title": "My App",
"target": "myapp",
"ns": "http://myapp/",
"type": "application",
"finish": "",
"prepare": "",
"website": "",
"status": "beta",
"description": "This is the description",
"copyright": true
}
}