gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-backoffice] branch master updated: first batch in gi


From: gnunet
Subject: [GNUnet-SVN] [taler-backoffice] branch master updated: first batch in giving JS a dedicate yarn-ish directory
Date: Tue, 09 Jan 2018 10:10:14 +0100

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository backoffice.

The following commit(s) were added to refs/heads/master by this push:
     new 5d8446f  first batch in giving JS a dedicate yarn-ish directory
5d8446f is described below

commit 5d8446f2924213898aaeb003ac58c23c7459d3af
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Jan 9 10:09:40 2018 +0100

    first batch in giving JS a dedicate yarn-ish directory
---
 .gitignore                                         |  1 +
 js/README                                          |  5 +++++
 .../backoffice/static => js}/backoffice.js         |  0
 js/package.json                                    | 23 ++++++++++++++++++++++
 js/test/main.js                                    |  0
 5 files changed, 29 insertions(+)

diff --git a/.gitignore b/.gitignore
index 1eb8fe0..283f2eb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@ talerbackoffice/__pycache__/
 talerbackoffice/backoffice/__pycache__/
 backoffice.wsgi
 taler-merchant-backoffice
+js/node_modules/
diff --git a/js/README b/js/README
new file mode 100644
index 0000000..ed830bf
--- /dev/null
+++ b/js/README
@@ -0,0 +1,5 @@
+This directory contains the JavaScript code which
+implements all the logic run in the browser.
+
+Upon 'make install' the code will be copied into
+talerbackoffice/backoffice/static/
diff --git a/talerbackoffice/backoffice/static/backoffice.js b/js/backoffice.js
similarity index 100%
rename from talerbackoffice/backoffice/static/backoffice.js
rename to js/backoffice.js
diff --git a/js/package.json b/js/package.json
new file mode 100644
index 0000000..d183f63
--- /dev/null
+++ b/js/package.json
@@ -0,0 +1,23 @@
+{
+  "name": "talerbackoffice",
+  "version": "0.0.0",
+  "description": "JavaScript logic to run a back-office Web interface against 
Taler",
+  "main": "backoffice.js",
+  "scripts": {
+    "test": "echo \"Error: no test specified\" && exit 1"
+  },
+  "devDependencies": {
+    "ava": "^0.24.0",
+    "sinon": "^4.1.4"},
+  "repository": {
+    "type": "git",
+    "url": "git://taler.net/backoffice"
+  },
+  "keywords": [
+    "payments",
+    "business",
+    "account"
+  ],
+  "author": "Marcello Stanisci",
+  "license": "AGPL-3.0"
+}
diff --git a/js/test/main.js b/js/test/main.js
new file mode 100644
index 0000000..e69de29

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]