diff --git a/frontend-js/package.json b/frontend-js/package.json new file mode 100644 index 0000000..d3ed121 --- /dev/null +++ b/frontend-js/package.json @@ -0,0 +1,19 @@ +{ + "name": "pubapptest-frontend-js", + "version": "1.0.0", + "description": "", + "main": "src/index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/mdchap/pubapptest.git" + }, + "author": "Matt Chapman ", + "license": "MIT", + "bugs": { + "url": "https://github.com/mdchap/pubapptest/issues" + }, + "homepage": "https://github.com/mdchap/pubapptest#readme" +} diff --git a/frontend-js/src/index.js b/frontend-js/src/index.js new file mode 100644 index 0000000..e69de29