473503a246
Use ES6 module syntax and SystemJS modules for everything. Some testing stubs were added as well.
21 lines
380 B
JSON
21 lines
380 B
JSON
{
|
|
"name": "taler-wallet",
|
|
"version": "0.0.0",
|
|
"description": "",
|
|
"main": "wxwallet.js",
|
|
"scripts": {
|
|
"test": "mocha --delay"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://git.taler.net/wallet.git"
|
|
},
|
|
"author": "",
|
|
"license": "GPL-3.0",
|
|
"devDependencies": {
|
|
"better-assert": "^1.0.2",
|
|
"mocha": "^2.3.4",
|
|
"systemjs": "^0.19.14"
|
|
}
|
|
}
|