summaryrefslogtreecommitdiff
path: root/package.json
blob: 9c3ead0a9713a68dcff4fec722b645ae64a63ae8 (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.0.1",
  "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": "^2.1.4",
    "karma": "^0.13.9",
    "karma-jasmine": "^0.3.6",
    "karma-phantomjs-launcher": "^0.2.1",
    "phantomjs": "^1.9.18",
    "sinon": "^1.16.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"
  }
}