summaryrefslogtreecommitdiff
path: root/package.json
blob: 03b57b1408f7f6e3d1826aec4169b54e479bdf8a (plain)
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
{
  "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"
  }
}