-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
executable file
·46 lines (46 loc) · 1.22 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
{
"title": "Front10 Website",
"name": "front10",
"version": "1.0.0",
"description": "We do scalable Front-End development 3x faster.",
"keywords": [
"css",
"sass",
"html",
"responsive",
"theme",
"template"
],
"homepage": "https://www.front10.com/",
"bugs": {
"url": "https://github.com/BlackrockDigital/startbootstrap-agency/issues",
"email": "[email protected]"
},
"scripts":{
"build": "mkdir -p ./public/css && cp -a ./css/. ./public/css && mkdir -p ./public/img && cp -a ./img/. ./public/img && mkdir -p ./public/js && cp -a ./js/. ./public/js && mkdir -p ./public/vendor && cp -a ./vendor/. ./public/vendor && cp index.html ./public/index.html"
},
"license": "MIT",
"author": "Start Bootstrap",
"contributors": [
"David Miller (http://davidmiller.io/)"
],
"repository": {
"type": "git",
"url": "https://github.com/BlackrockDigital/startbootstrap-agency.git"
},
"dependencies": {
"bootstrap": "4.1.1",
"font-awesome": "4.7.0",
"jquery": "3.3.1",
"jquery.easing": "^1.4.1",
"natives": "^1.1.6"
},
"devDependencies": {
"browser-sync": "2.24.3",
"gulp": "^3.9.1",
"gulp-clean-css": "3.9.4",
"gulp-header": "2.0.5",
"gulp-rename": "^1.2.2",
"gulp-uglify": "3.0.0"
}
}