diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-02-29 18:03:02 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-02-29 18:03:02 +0100 |
commit | c962e9402123900c53967c14cf809ea10576cdb8 (patch) | |
tree | e7df9cfdd6fceae30fb99c8ec6be5e07c8b153a8 /package.json | |
parent | 30ee3320c788129b258ed8b42f4fc63d28431e2f (diff) |
restructure
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 000000000..680a01d30 --- /dev/null +++ b/package.json @@ -0,0 +1,32 @@ +{ + "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", + "del": "^2.2.0", + "esprima": "^2.7.1", + "gulp": "^3.9.0", + "gulp-json-transform": "^0.3.0", + "gulp-typescript": "^2.10.0", + "gulp-zip": "^3.1.0", + "jed": "^1.1.0", + "map-stream": "0.0.6", + "mocha": "^2.3.4", + "po2json": "git+https://github.com/mikeedwards/po2json", + "systemjs": "^0.19.14", + "through2": "^2.0.1", + "typescript": "^1.9.0-dev.20160225", + "vinyl": "^1.1.1" + } +} |