-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 1000 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
36
37
38
39
40
41
{
"name": "askoyfk.github.io",
"version": "0.0.1",
"description": "Websider for Askøy Fotballklubb",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/askoyfk/askoyfk.github.io"
},
"keywords": [
"afk",
"Askøy",
"Fotballklubb"
],
"author": "Victor Nystad",
"license": "ISC",
"bugs": {
"url": "https://github.com/askoyfk/askoyfk.github.io/issues"
},
"homepage": "https://github.com/askoyfk/askoyfk.github.io",
"devDependencies": {
"browser-sync": "^1.5.1",
"del": "^0.1.3",
"es6-promise": "^1.0.0",
"google-spreadsheet": "^0.2.8",
"gulp": "^3.8.8",
"gulp-autoprefixer": "^1.0.1",
"gulp-convert": "^0.1.0",
"gulp-ext-replace": "^0.1.0",
"gulp-file": "^0.1.0",
"gulp-insert": "^0.4.0",
"gulp-ruby-sass": "^0.7.1"
},
"dependencies": {
"afk-assets": "1.0.5",
"afk-teams": "^1.0.1"
}
}