From 52e00524367f46d1c3e325c319689c38c2cd1c8d Mon Sep 17 00:00:00 2001 From: Marcus Date: Tue, 30 Oct 2018 17:54:43 -0400 Subject: [PATCH] init --- package.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..4876d44 --- /dev/null +++ b/package.json @@ -0,0 +1,19 @@ +{ + "name": "pythonjs", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/marcus13345/pythonjs.git" + }, + "author": "", + "license": "ISC", + "bugs": { + "url": "https://github.com/marcus13345/pythonjs/issues" + }, + "homepage": "https://github.com/marcus13345/pythonjs#readme" +}