From 0af812bc070bd3831a627b26baecce0f72458c40 Mon Sep 17 00:00:00 2001 From: Kristofer Date: Fri, 1 Dec 2017 13:09:41 +0100 Subject: [PATCH] Added version control and npm link --- package.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000000..2a2f49cc5e --- /dev/null +++ b/package.json @@ -0,0 +1,22 @@ +{ + "name": "@skymaker/litegraph.js", + "version": "0.1.0", + "description": "A graph node editor similar to PD or UDK Blueprints, it works in a HTML5 Canvas and allow to exported graphs to be included in applications.", + "main": "build/litegraph.js", + "directories": { + "doc": "doc" + }, + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/kriffe/litegraph.js.git" + }, + "author": "jagenjo", + "license": "MIT", + "bugs": { + "url": "https://github.com/kriffe/litegraph.js/issues" + }, + "homepage": "https://github.com/kriffe/litegraph.js#readme" +}