Skip to content

Commit

Permalink
Remove server related files
Browse files Browse the repository at this point in the history
  • Loading branch information
gbraad committed Nov 16, 2021
1 parent 38f964a commit 32dc289
Show file tree
Hide file tree
Showing 13 changed files with 3 additions and 234 deletions.
1 change: 0 additions & 1 deletion .docker-repository.yml

This file was deleted.

6 changes: 0 additions & 6 deletions .dockerignore

This file was deleted.

10 changes: 0 additions & 10 deletions .drone.yml

This file was deleted.

39 changes: 0 additions & 39 deletions .gitlab-ci.yml

This file was deleted.

22 changes: 0 additions & 22 deletions .jshintrc

This file was deleted.

3 changes: 0 additions & 3 deletions .npmignore

This file was deleted.

8 changes: 0 additions & 8 deletions .pkgr.yml

This file was deleted.

10 changes: 0 additions & 10 deletions .travis.yml

This file was deleted.

8 changes: 0 additions & 8 deletions Dockerfile

This file was deleted.

1 change: 0 additions & 1 deletion Procfile

This file was deleted.

74 changes: 0 additions & 74 deletions gulpfile.js

This file was deleted.

37 changes: 3 additions & 34 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "html5-gauth",
"version": "0.9.5",
"version": "0.9.10",
"description": "simple application for muti-factor authentication",
"keywords": [
"totp",
Expand All @@ -9,41 +9,10 @@
"author": "Gerard Braad",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/gbraad/gauth/issues"
"url": "https://github.com/gbraad/gauthnl/issues"
},
"repository": {
"type": "git",
"url": "git:https://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"
"url": "git:https://github.com/gbraadnl/gauth.git"
}
}
18 changes: 0 additions & 18 deletions server.js

This file was deleted.

0 comments on commit 32dc289

Please sign in to comment.