wallet-core/package.json

66 lines
1.5 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",
2017-05-28 00:05:22 +02:00
"nyc": {
"exclude": [
"emscripten"
],
"include": [
"build/src/**/*.js"
2017-05-28 00:05:22 +02:00
]
},
"devDependencies": {
"@types/moment": "^2.13.0",
2018-09-20 02:56:13 +02:00
"@types/react": "^16.4.0",
2017-10-14 18:40:54 +02:00
"@types/react-dom": "^16.0.0",
2019-05-07 23:46:50 +02:00
"ava": "^1.4.1",
2018-09-20 02:56:13 +02:00
"awesome-typescript-loader": "^5.2.1",
2016-11-13 21:51:11 +01:00
"glob": "^7.1.1",
2019-05-07 23:46:50 +02:00
"gulp": "^4.0.0",
2016-03-18 15:35:50 +01:00
"gulp-gzip": "^1.2.0",
2016-10-03 05:46:25 +02:00
"gulp-json-transform": "^0.4.2",
2016-03-18 15:35:50 +01:00
"gulp-rename": "^1.2.2",
2017-08-14 04:59:43 +02:00
"gulp-tar": "^2.0.0",
"gulp-zip": "^4.0.0",
"jed": "^1.1.1",
2017-08-14 04:59:43 +02:00
"map-stream": "^0.0.7",
"moment": "^2.18.1",
2019-05-07 23:46:50 +02:00
"nyc": "^13.3.0",
"po2json": "^1.0.0-alpha",
"pogen": "^0.0.5",
"react": "^16.8.5",
"react-dom": "^16.8.5",
2017-06-04 01:14:05 +02:00
"structured-clone": "^0.2.2",
2019-05-08 01:32:33 +02:00
"terser-webpack-plugin": "^1.2.3",
2019-05-07 23:46:50 +02:00
"through2": "2.0.1",
"tslint": "^5.14.0",
"typedoc": "^0.14.2",
"typescript": "^3.3.4000",
2017-08-14 04:59:43 +02:00
"uglify-js": "^3.0.27",
"urijs": "^1.18.10",
2019-05-07 23:46:50 +02:00
"vinyl": "^2.2.0",
"vinyl-fs": "^3.0.3",
"webpack": "^4.29.6",
2018-09-22 17:18:25 +02:00
"webpack-bundle-analyzer": "^3.0.2",
2018-09-20 02:56:13 +02:00
"webpack-cli": "^3.1.0",
"webpack-merge": "^4.1.0"
2019-07-21 23:50:10 +02:00
},
"dependencies": {
2019-07-31 01:33:56 +02:00
"axios": "^0.19.0",
"commander": "^2.20.0",
"source-map-support": "^0.5.12"
}
}