-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.09 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
{
"name": "rapidweb-project-boilerplate",
"version": "1.2.0",
"description": "Rapid Web's workflow for new projects.",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rapidwebltd/rapidweb-project-boilerplate.git"
},
"keywords": [
"project",
"workflow",
"php",
"html",
"gulp",
"js",
"css",
"less"
],
"author": "Rapid Web Ltd",
"license": "MIT",
"bugs": {
"url": "https://github.com/rapidwebltd/rapidweb-project-boilerplate/issues"
},
"homepage": "https://github.com/rapidwebltd/rapidweb-project-boilerplate#readme",
"dependencies": {
"bootstrap": "^4.0.0-beta",
"font-awesome": "^4.7.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-concat": "^2.6.1",
"gulp-htmlmin": "^4.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^3.0.0",
"gulp-watch": "^4.3.11",
"jquery": "^3.2.1",
"path": "^0.12.7",
"popper.js": "^1.12.9",
"wowjs": "^1.1.3"
}
}