2016-01-10 20:07:42 +01:00
|
|
|
{
|
|
|
|
"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"
|
2016-01-10 20:07:42 +01:00
|
|
|
},
|
|
|
|
"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"
|
2017-05-28 00:09:17 +02:00
|
|
|
],
|
|
|
|
"include": [
|
|
|
|
"build/src/**/*.js"
|
2017-05-28 00:05:22 +02:00
|
|
|
]
|
|
|
|
},
|
2016-01-10 20:07:42 +01:00
|
|
|
"devDependencies": {
|
2017-04-28 23:28:27 +02:00
|
|
|
"@types/moment": "^2.13.0",
|
2017-04-24 23:18:15 +02:00
|
|
|
"@types/react": "^15.0.22",
|
|
|
|
"@types/react-dom": "^15.5.0",
|
2017-05-27 17:36:13 +02:00
|
|
|
"ava": "^0.19.1",
|
2016-11-13 21:51:11 +01:00
|
|
|
"glob": "^7.1.1",
|
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-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",
|
2016-03-17 20:38:37 +01:00
|
|
|
"gulp-stream": "0.0.2",
|
2016-10-06 14:32:01 +02:00
|
|
|
"gulp-sym": "0.0.14",
|
2016-03-18 15:35:50 +01:00
|
|
|
"gulp-tar": "^1.8.0",
|
2016-10-03 05:46:25 +02:00
|
|
|
"gulp-typescript": "^3.0.2",
|
2016-01-18 22:28:19 +01:00
|
|
|
"gulp-zip": "^3.1.0",
|
2017-04-24 23:18:15 +02:00
|
|
|
"html-webpack-plugin": "^2.28.0",
|
|
|
|
"jed": "^1.1.1",
|
2016-01-18 22:28:19 +01:00
|
|
|
"map-stream": "0.0.6",
|
2017-04-28 23:28:27 +02:00
|
|
|
"moment": "^2.18.1",
|
2017-05-27 17:36:13 +02:00
|
|
|
"nyc": "^10.3.2",
|
2016-02-25 10:50:55 +01:00
|
|
|
"po2json": "git+https://github.com/mikeedwards/po2json",
|
2017-05-27 17:36:13 +02:00
|
|
|
"pogen": "file:tooling/pogen/",
|
2017-04-24 23:18:15 +02:00
|
|
|
"react": "^15.5.4",
|
|
|
|
"react-dom": "^15.5.4",
|
2016-02-22 19:08:16 +01:00
|
|
|
"through2": "^2.0.1",
|
2017-04-20 03:09:25 +02:00
|
|
|
"ts-loader": "^2.0.3",
|
2017-05-28 00:38:50 +02:00
|
|
|
"tslint": "^5.3.2",
|
2017-05-24 15:10:37 +02:00
|
|
|
"typedoc": "^0.7.1",
|
2016-11-27 22:13:24 +01:00
|
|
|
"typescript": "next",
|
2017-04-28 23:28:27 +02:00
|
|
|
"uglify-js": "^2.8.22",
|
2017-04-20 03:09:25 +02:00
|
|
|
"urijs": "^1.18.10",
|
2017-04-24 23:18:15 +02:00
|
|
|
"vinyl": "^2.0.0",
|
|
|
|
"vinyl-fs": "^2.4.3",
|
|
|
|
"webpack": "^2.4.1",
|
2017-04-28 23:28:27 +02:00
|
|
|
"webpack-merge": "^4.1.0"
|
2016-01-10 20:07:42 +01:00
|
|
|
}
|
|
|
|
}
|