summaryrefslogtreecommitdiff
path: root/package.json
blob: 406a15858a3f5359e2fbe916c68fce2f9a0c8646 (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
30
31
32
33
34
35
36
37
38
39
40
41
42
{
  "name": "taler-wallet",
  "version": "0.0.0",
  "description": "",
  "main": "wxwallet.js",
  "scripts": {
    "test": "mocha --delay",
    "test-cover": "istanbul cover -x libwrapper.js _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",
    "glob": "^7.0.3",
    "gulp": "^3.9.1",
    "gulp-concat": "^2.6.0",
    "gulp-debug": "^2.1.2",
    "gulp-gzip": "^1.2.0",
    "gulp-json-transform": "^0.4.2",
    "gulp-rename": "^1.2.2",
    "gulp-stream": "0.0.2",
    "gulp-sym": "0.0.14",
    "gulp-tar": "^1.8.0",
    "gulp-typescript": "^3.0.2",
    "gulp-zip": "^3.1.0",
    "istanbul-lib-instrument": "^1.0.0-alpha.6",
    "map-stream": "0.0.6",
    "mocha": "^2.4.5",
    "po2json": "git+https://github.com/mikeedwards/po2json",
    "systemjs": "^0.19.14",
    "through2": "^2.0.1",
    "typescript": "^2.0.3",
    "typhonjs-istanbul-instrument-jspm": "^0.1.0",
    "vinyl": "^2.0.0",
    "vinyl-fs": "^2.4.3"
  }
}