add terminal-forms.js as dep

This commit is contained in:
AJ ONeal 2017-03-29 13:58:12 -06:00
parent d4dd268fb4
commit 3fc02ee6f0
2 changed files with 3 additions and 6 deletions

3
.gitmodules vendored
View File

@ -1,3 +0,0 @@
[submodule "node_modules/terminal-forms.js"]
path = node_modules/terminal-forms.js
url = git@git.daplie.com:/OAuth3/terminal-forms.js

View File

@ -32,13 +32,13 @@
"sign" "sign"
], ],
"dependencies": { "dependencies": {
"elliptic": "^6.4.0" "elliptic": "^6.4.0",
"terminal-forms.js": "git+https://git.daplie.com/OAuth3/terminal-forms.js.git#v1"
}, },
"devDependencies": { "devDependencies": {
"browserify-aes": "^1.0.6", "browserify-aes": "^1.0.6",
"create-hash": "^1.1.2", "create-hash": "^1.1.2",
"pbkdf2": "^3.0.9", "pbkdf2": "^3.0.9",
"browserify": "^14.1.0", "browserify": "^14.1.0",
"gulp": "^3.9.1", "gulp": "^3.9.1",
"gulp-cli": "^1.2.2", "gulp-cli": "^1.2.2",
@ -47,6 +47,6 @@
"gulp-uglify": "^2.1.0", "gulp-uglify": "^2.1.0",
"vinyl-source-stream": "^1.1.0" "vinyl-source-stream": "^1.1.0"
}, },
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)", "author": "AJ ONeal <aj@daplie.com> (https://daplie.com/)",
"license": "(MIT OR Apache-2.0)" "license": "(MIT OR Apache-2.0)"
} }