-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.02 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
{
"name": "software-architects-website",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"docker-serve": "docker run --rm -v C:\\Code\\GitHub\\software-architects-website:/srv/jekyll -p 127.0.0.1:4000:4000 jekyll/jekyll jekyll serve --force_polling"
},
"repository": {
"type": "git",
"url": "git+https://github.com/software-architects/software-architects-website.git"
},
"author": "jovan",
"license": "ISC",
"bugs": {
"url": "https://github.com/software-architects/software-architects-website/issues"
},
"homepage": "https://github.com/software-architects/software-architects-website#readme",
"dependencies": {
"bootstrap-sass": "^3.3.7",
"jquery": "^3.1.0",
"lightbox2": "^2.8.2"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-filter": "^4.0.0",
"gulp-imagemin": "^3.0.2",
"gulp-newer": "^1.2.0",
"gulp-stripbom": "^1.0.4",
"gulp-typescript": "^2.13.6",
"gulp-uglify": "^2.0.0",
"pump": "^1.0.1",
"tsd": "^0.6.5"
}
}