commit fc7bacdd99df46bfa8b467d5c429cc7e11144a42 Author: Peter Babič Date: Sat Jun 8 12:37:52 2019 +0200 initial commit diff --git a/package.json b/package.json new file mode 100644 index 0000000..4187201 --- /dev/null +++ b/package.json @@ -0,0 +1,12 @@ +{ + "name": "pcbizr", + "version": "0.0.1", + "description": "", + "main": "src/app.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "keywords": [], + "author": "", + "license": "ISC" +}