-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 853 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
{
"name": "likeabossa-website",
"version": "1.4.0",
"description": "A website showcasing the band Like A Bossa, featuring Gordon Hayes and Daniel Caspers.",
"author": "Daniel Caspers <[email protected]>",
"main": "lib/foo.js",
"repository": {
"type": "git",
"url": "https://github.com/DanielCaspers/likeabossa-website"
},
"bugs": {
"url": "https://github.com/DanielCaspers/likeabossa-website/issues"
},
"keywords": [
"Daniel Caspers",
"Gordon Hayes",
"Like A Bossa",
"likeabossa.com",
"live",
"jazz",
"music",
"band"
],
"dependencies": {
},
"devDependencies": {
"bower": "1.7.7",
"del": "2.2.0",
"gulp": "3.9.1",
"gulp-clean-css": "2.0.3",
"gulp-concat": "2.6.0",
"gulp-if": "2.0.0",
"gulp-uglify": "1.5.3",
"run-sequence": "1.1.5"
},
"private": true,
"analyze": true,
"license": "Apache 2.0"
}