aboutsummaryrefslogtreecommitdiff
path: root/extension/package.json
blob: be94e569ffa0a0a83fee08a5738780469c25beaf (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
{
  "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",
    "del": "^2.2.0",
    "esprima": "^2.7.1",
    "gulp": "^3.9.0",
    "gulp-typescript": "^2.10.0",
    "gulp-zip": "^3.1.0",
    "map-stream": "0.0.6",
    "mocha": "^2.3.4",
    "systemjs": "^0.19.14",
    "typescript": "^1.8.0-dev.20160118"
  }
}