forked from gbraad-apps/gauth
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 671 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 671 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
{
"name": "html5-gauth",
"version": "0.0.1",
"description": "simple application for muti-factor authentication",
"keywords": [
"totp",
"gauth"
],
"author": "Gerard Braad",
"license": "GPL",
"bugs": {
"url": "https://github.com/gbraad/html5-google-authenticator/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/gbraad/html5-google-authenticator.git"
},
"main": "index.html",
"window": {
"width": 360,
"height": 480,
"toolbar": false
},
"dependencies": {
},
"devDependencies": {
"grunt": "~0.3.14",
"jshint": "latest"
},
"scripts": {
"test": "grunt travis --verbose"
}
}