From 847033b3262d06c61e955b806aacbf3c56e319cb Mon Sep 17 00:00:00 2001 From: Niklas Ravnsborg-Gjertsen Date: Thu, 20 Nov 2014 13:58:44 +0100 Subject: [PATCH] Added package.json --- .gitignore | 1 + package.json | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 package.json diff --git a/.gitignore b/.gitignore index 563f12b..c62e0cd 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ venv *.sublime-workspace blender-bfct/config.py blender-bfct/runserver.wsgi +node_modules diff --git a/package.json b/package.json new file mode 100644 index 0000000..bab6689 --- /dev/null +++ b/package.json @@ -0,0 +1,9 @@ +{ + "name": "blender-bfct", + "repository": { + "type": "git", + "url": "git://git.blender.org/blender-bfct.git" + }, + "author": "Blender Foundation", + "license": "GPL" +}