-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (44 loc) · 1.09 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
36
37
38
39
40
41
42
43
44
{
"name": "keeto-website",
"version": "0.4.0",
"description": "Keeto - Key and Access Management for OpenSSH",
"main": "index.js",
"dependencies": {
"bootstrap-sass": "^3.3.7",
"font-awesome": "^4.7.0",
"jquery": "^3.3.1",
"lightslider": "^1.1.6"
},
"devDependencies": {
"grunt": "^1.0.2",
"grunt-cache-breaker": "^2.0.1",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^2.3.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-modernizr": "^1.0.2",
"grunt-sass": "^1.2.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/flix-/keeto-website.git"
},
"author": {
"name": "Sebastian Roland",
"email": "[email protected]"
},
"contributors": {
"name": "Björn Roland",
"email": "[email protected]"
},
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/flix-/keeto-website/issues"
},
"homepage": "https://keeto.io",
"private": true
}