-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.19 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": "gulp-powered",
"version": "1.0.1",
"description": "A Gulp builded, Bootstrap-v4 powered static website app starter-kit project",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node node_modules/gulp/bin/gulp.js auto"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cagcak/gulp-powered.git"
},
"keywords": [
"Bootstrap",
"Gulp",
"jQuery",
"i18n",
"nunjucks",
"webapp"
],
"author": "cagcak <[email protected]> (http://www.cagcak.tk)",
"license": "ISC",
"bugs": {
"url": "https://github.com/cagcak/gulp-powered/issues"
},
"homepage": "https://github.com/cagcak/gulp-powered#readme",
"dependencies": {},
"devDependencies": {
"@fortawesome/fontawesome": "^1.1.3",
"bootstrap": "^4.0.0",
"browser-sync": "^2.23.6",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-concat-css": "^3.0.0",
"gulp-htmlmin": "^4.0.0",
"gulp-minify-css": "^1.2.4",
"gulp-nunjucks-render": "^2.2.2",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^3.0.0",
"gulp-watch": "^5.0.0",
"jquery": "^3.3.1",
"popper.js": "^1.12.9"
}
}