-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.27 KB
/
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
40
41
42
43
44
45
46
47
{
"name": "arabot",
"version": "0.0.1",
"author": "arabot",
"description": "arabot.io main website",
"scripts": {
"build": "gulp build",
"dev": "gulp",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/galhouwari/arabot-revamp.git"
},
"license": "ISC",
"homepage": "https://bitbucket.org/galhouwari/arabot-revamp#readme",
"dependencies": {
"bootstrap": "^4.0.0"
},
"devDependencies": {
"browser-sync": "^2.26.7",
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-connect-php": "^1.0.3",
"gulp-environments": "^1.0.0",
"gulp-file-include": "^2.2.2",
"gulp-filesize": "0.0.6",
"gulp-imagemin": "^7.1.0",
"gulp-load-plugins": "^2.0.2",
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
"gulp-rev": "^9.0.0",
"gulp-rev-all": "^2.0.2",
"gulp-rev-delete-original": "^0.2.3",
"gulp-rev-replace": "^0.4.4",
"gulp-rev-rewrite": "^2.0.0",
"gulp-rimraf": "^1.0.0",
"gulp-sass": "^4.0.2",
"gulp-strip-comments": "^2.5.2",
"gulp-strip-debug": "^3.0.0",
"gulp-uglify": "^3.0.2",
"imagemin-mozjpeg": "^8.0.0",
"merge-stream": "^2.0.0",
"node-sass": "^4.12.0"
}
}