-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 860 Bytes
/
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
{
"name": "squamish-trial-mix",
"title": "Squamish Trail Mix",
"version": "0.0.1",
"homepage": "http://startbootstrap.com/template-overviews/new-age",
"author": "0988671 B.C., Ltd.",
"engines": {
"node": "6.11.1"
},
"dependencies": {
"body-parser": "^1.17.2",
"bootstrap": "^3.3.7",
"browser-sync": "^2.13.0",
"express": "^4.15.3",
"font-awesome": "^4.6.3",
"gulp": "^3.9.1",
"gulp-clean-css": "^2.0.10",
"gulp-cli": "^1.3.0",
"gulp-header": "^1.8.7",
"gulp-less": "^3.1.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.4",
"jquery": "^1.11.3",
"pug": "^2.0.0-rc.2",
"stripe": "^4.22.0"
},
"repository": {
"type": "git",
"url": "https://github.com/kennsippell/squamishtrailmix.git"
},
"scripts": {
"start": "node run.js",
"heroku-postbuild": "gulp"
}
}