62 lines
1.4 KiB
JSON
62 lines
1.4 KiB
JSON
{
|
|
"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",
|
|
"nyc": {
|
|
"exclude": [
|
|
"emscripten"
|
|
],
|
|
"include": [
|
|
"build/src/**/*.js"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@types/moment": "^2.13.0",
|
|
"@types/react": "^16.4.0",
|
|
"@types/react-dom": "^16.0.0",
|
|
"ava": "^1.4.1",
|
|
"awesome-typescript-loader": "^5.2.1",
|
|
"axios": "^0.18.0",
|
|
"glob": "^7.1.1",
|
|
"gulp": "^4.0.0",
|
|
"gulp-gzip": "^1.2.0",
|
|
"gulp-json-transform": "^0.4.2",
|
|
"gulp-rename": "^1.2.2",
|
|
"gulp-tar": "^2.0.0",
|
|
"gulp-zip": "^4.0.0",
|
|
"jed": "^1.1.1",
|
|
"map-stream": "^0.0.7",
|
|
"moment": "^2.18.1",
|
|
"nyc": "^13.3.0",
|
|
"po2json": "^1.0.0-alpha",
|
|
"pogen": "^0.0.5",
|
|
"react": "^16.8.5",
|
|
"react-dom": "^16.8.5",
|
|
"structured-clone": "^0.2.2",
|
|
"terser-webpack-plugin": "^1.2.3",
|
|
"through2": "2.0.1",
|
|
"tslint": "^5.14.0",
|
|
"typedoc": "^0.14.2",
|
|
"typescript": "^3.3.4000",
|
|
"uglify-js": "^3.0.27",
|
|
"urijs": "^1.18.10",
|
|
"vinyl": "^2.2.0",
|
|
"vinyl-fs": "^3.0.3",
|
|
"webpack": "^4.29.6",
|
|
"webpack-bundle-analyzer": "^3.0.2",
|
|
"webpack-cli": "^3.1.0",
|
|
"webpack-merge": "^4.1.0"
|
|
}
|
|
}
|