summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/srp/package.json
diff options
context:
space:
mode:
authorAzul <azul@riseup.net>2018-01-31 10:06:21 +0100
committerAzul <azul@riseup.net>2018-01-31 10:06:21 +0100
commit44f7e6f800dc1f6f2fc29e713bc49e1255856b2e (patch)
tree4916a01bd5ed705ad8690f7605fc379011d6f302 /app/assets/javascripts/srp/package.json
parent8370b62870a3100e126e6434a09eb518c26dfd71 (diff)
git subrepo clone https://leap.se/git/srp_js app/assets/javascripts/srp
subrepo: subdir: "app/assets/javascripts/srp" merged: "2088cbe" upstream: origin: "https://leap.se/git/srp_js" branch: "master" commit: "2088cbe" git-subrepo: version: "0.3.1" origin: "https://github.com/ingydotnet/git-subrepo" commit: "a7ee886"
Diffstat (limited to 'app/assets/javascripts/srp/package.json')
-rw-r--r--app/assets/javascripts/srp/package.json29
1 files changed, 29 insertions, 0 deletions
diff --git a/app/assets/javascripts/srp/package.json b/app/assets/javascripts/srp/package.json
new file mode 100644
index 0000000..03b57b1
--- /dev/null
+++ b/app/assets/javascripts/srp/package.json
@@ -0,0 +1,29 @@
+{
+ "name": "srp_js",
+ "version": "0.5.0",
+ "description": "A secure remote password implementation for JavaScript",
+ "homepage": "https://github.com/leapcode/srp_js#readme",
+ "main": "index.js",
+ "devDependencies": {
+ "jasmine-core": "^2.3.4",
+ "jasmine-jquery": "^2.1.0",
+ "jquery": "^3.3.1",
+ "karma": "^2.0.0",
+ "karma-jasmine": "^1.1.1",
+ "karma-phantomjs-launcher": "^1.0.4",
+ "phantomjs-prebuilt": "^2.1.16",
+ "sinon": "^4.2.1"
+ },
+ "scripts": {
+ "test": "node_modules/karma/bin/karma start --single-run"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/leapcode/srp_js.git"
+ },
+ "author": "LEAP contributors",
+ "license": "BSD-3-Clause",
+ "bugs": {
+ "url": "https://github.com/leapcode/srp_js/issues"
+ }
+}