-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 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
48
49
50
51
52
53
54
{
"title": "Colosseum",
"name": "the-colosseum",
"version": "4.0.0-beta.2",
"description": "A grayscale one page HTML theme for Bootstrap.",
"keywords": [
"css",
"sass",
"html",
"responsive",
"theme",
"template"
],
"homepage": "https://startbootstrap.com/template-overviews/grayscale",
"bugs": {
"url": "https://github.com/BlackrockDigital/startbootstrap-grayscale/issues",
"email": "feedback@startbootstrap.com"
},
"license": "MIT",
"scripts": {
"start": "node server"
},
"proxy": "http://localhost:8080",
"author": "The Colosseum",
"contributors": [
"Kader Mohideen Fasod (http://fasid.herokuapp.com/)"
],
"engines": {
"node": "9.2.0",
"npm": "5.5.1"
},
"repository": {
"type": "git",
"url": "https://github.com/BlackrockDigital/startbootstrap-grayscale.git"
},
"dependencies": {
"bootstrap": "^4.0.0-beta.2",
"emailjs": "^1.0.12",
"express": "^4.16.2",
"font-awesome": "4.7.0",
"gulp": "^3.9.1",
"jquery": "^3.2.1",
"jquery.easing": "^1.4.1",
"string": "^3.3.3"
},
"devDependencies": {
"browser-sync": "2.18.13",
"gulp-clean-css": "3.9.0",
"gulp-header": "1.8.9",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-uglify": "3.0.0"
}
}