wallet-core/package.json

42 lines
1.0 KiB
JSON
Raw Normal View History

{
"name": "taler-wallet",
"version": "0.0.0",
"description": "",
"main": "wxwallet.js",
"scripts": {
2016-04-27 15:31:15 +02:00
"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",
2016-01-18 22:28:19 +01:00
"del": "^2.2.0",
2016-03-18 15:35:50 +01:00
"glob": "^7.0.3",
2016-02-29 18:11:15 +01:00
"gulp": "^3.9.1",
2016-03-17 20:38:37 +01:00
"gulp-concat": "^2.6.0",
"gulp-debug": "^2.1.2",
2016-03-18 15:35:50 +01:00
"gulp-gzip": "^1.2.0",
2016-02-09 22:17:24 +01:00
"gulp-json-transform": "^0.3.0",
2016-03-18 15:35:50 +01:00
"gulp-rename": "^1.2.2",
2016-03-17 20:38:37 +01:00
"gulp-stream": "0.0.2",
2016-03-18 15:35:50 +01:00
"gulp-tar": "^1.8.0",
2016-01-18 22:28:19 +01:00
"gulp-typescript": "^2.10.0",
"gulp-zip": "^3.1.0",
2016-04-27 15:31:15 +02:00
"istanbul-lib-instrument": "^1.0.0-alpha.6",
2016-02-22 23:15:24 +01:00
"jed": "^1.1.0",
2016-01-18 22:28:19 +01:00
"map-stream": "0.0.6",
2016-04-27 15:06:56 +02:00
"mocha": "^2.4.5",
2016-02-25 10:50:55 +01:00
"po2json": "git+https://github.com/mikeedwards/po2json",
2016-01-18 22:28:19 +01:00
"systemjs": "^0.19.14",
2016-02-22 19:08:16 +01:00
"through2": "^2.0.1",
2016-09-06 13:31:30 +02:00
"typescript": "^2.0.2",
2016-04-27 15:31:15 +02:00
"typhonjs-istanbul-instrument-jspm": "^0.1.0",
2016-02-29 18:25:22 +01:00
"vinyl": "^1.1.1"
}
}