aboutsummaryrefslogtreecommitdiff
path: root/extension/package.json
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-01-10 20:07:42 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-01-10 20:07:42 +0100
commit473503a246aa7a23539a349710c5549d1d87c147 (patch)
tree2b1ee9b420df72a0d861759d1fbcd2226e489086 /extension/package.json
parentdd19e0ecbe114ebd71122ff57ea56eabb6258b75 (diff)
downloadwallet-core-473503a246aa7a23539a349710c5549d1d87c147.tar.xz
The great modularization.
Use ES6 module syntax and SystemJS modules for everything. Some testing stubs were added as well.
Diffstat (limited to 'extension/package.json')
-rw-r--r--extension/package.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/extension/package.json b/extension/package.json
new file mode 100644
index 000000000..b9dbfb608
--- /dev/null
+++ b/extension/package.json
@@ -0,0 +1,20 @@
+{
+ "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"
+ }
+}