-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.16 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
{
"name": "ruby-elders",
"version": "0.0.1",
"description": "Ruby Elders",
"main": "Gruntfile.js",
"devDependencies": {
"autoprefixer": "^6.3.6",
"bootstrap": "^4.1.3",
"browser-sync": "^2.18.13",
"gulp": "^4.0.2",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.0",
"gulp-postcss": "^6.1.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^1.6.0",
"jquery": "~3",
"mq4-hover-shim": "^0.3.0",
"panini": "^1.3.0",
"popper.js": "^1.12.3",
"rimraf": "^2.5.2",
"@fancyapps/fancybox": "^3.5.6",
"gulp-gh-pages": "^0.5.4"
},
"engines": {
"node": ">=0.10.1"
},
"scripts": {
"server": "node_modules/.bin/gulp",
"build": "node_modules/.bin/gulp build",
"deploy": "node_modules/.bin/gulp deploy"
},
"repository": {
"type": "git",
"url": "https://github.com/bassjobsen/empty-bootstrap-project-gulp.git"
},
"bugs": {
"url": "https://github.com/bassjobsen/empty-bootstrap-project-gulp/issues",
"email": "[email protected]"
},
"author": "Bass Jobsen <[email protected]> (http://bassjobsen.weblogs.fm)",
"license": "MIT",
"private": true
}