Added package.json

This commit is contained in:
2014-11-20 13:58:44 +01:00
parent aaa5414fb3
commit 847033b326
2 changed files with 10 additions and 0 deletions

1
.gitignore vendored
View File

@@ -4,3 +4,4 @@ venv
*.sublime-workspace
blender-bfct/config.py
blender-bfct/runserver.wsgi
node_modules

9
package.json Normal file
View File

@@ -0,0 +1,9 @@
{
"name": "blender-bfct",
"repository": {
"type": "git",
"url": "git://git.blender.org/blender-bfct.git"
},
"author": "Blender Foundation",
"license": "GPL"
}