-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 907 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 907 Bytes
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
{
"name": "code-brewery.github.io",
"version": "1.0.0",
"description": "Code Brewery website",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/code-brewery/code-brewery.github.io.git"
},
"author": [
{
"name": "Mattias Lyckne",
"email": "mattias@code-brewery.recipes"
},
{
"name": "Jesper Erlandsson",
"email": "jesper@code-brewery.recipes"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/code-brewery/code-brewery.github.io/issues"
},
"homepage": "https://github.com/code-brewery/code-brewery.github.io#readme",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-connect": "^2.2.0",
"laravel-elixir": "^3.1.2",
"normalize.css": "^3.0.3",
"vue": "^0.12.10",
"vue-resource": "^0.1.11"
}
}