forked from gbraad-apps/gauth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1011 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
42
43
44
45
46
47
48
49
{
"name": "html5-gauth",
"version": "0.9.5",
"description": "simple application for muti-factor authentication",
"keywords": [
"totp",
"gauth"
],
"author": "Gerard Braad",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/gbraad/gauth/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/gbraad/gauth.git"
},
"main": "server.js",
"window": {
"width": 360,
"height": 480,
"toolbar": false
},
"dependencies": {
"express": "~3.4.8"
},
"devDependencies": {
"connect-livereload": "~0.3.2",
"expect.js": "~0.3.1",
"express": "~3.4.8",
"gulp": "~3.5.2",
"gulp-jshint": "~1.4.0",
"gulp-livereload": "~1.1.1",
"gulp-mocha": "~0.4.1",
"gulp-util": "~2.2.0",
"gulp-zip": "~0.3.4",
"jshint": "~2.4.1",
"jssha": "~1.5.0",
"mocha": "~1.19.0",
"tiny-lr": "~0.0.5"
},
"scripts": {
"test": "gulp",
"start": "node server.js"
},
"engines": {
"node": "0.10.x"
}
}