aboutsummaryrefslogtreecommitdiff
path: root/extension/package.json
blob: b9dbfb608187a4594420f2a04dfef0b27187e95e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "taler-wallet",
  "version": "0.0.0",
  "description": "",
  "main": "wxwallet.js",
  "scripts": {
    "test": "mocha --delay"
  },
  "repository": {
    "type": "git",
    "url": "git://git.taler.net/wallet.git"
  },
  "author": "",
  "license": "GPL-3.0",
  "devDependencies": {
    "better-assert": "^1.0.2",
    "mocha": "^2.3.4",
    "systemjs": "^0.19.14"
  }
}