Added package.json
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -4,3 +4,4 @@ venv
|
|||||||
*.sublime-workspace
|
*.sublime-workspace
|
||||||
blender-bfct/config.py
|
blender-bfct/config.py
|
||||||
blender-bfct/runserver.wsgi
|
blender-bfct/runserver.wsgi
|
||||||
|
node_modules
|
||||||
|
9
package.json
Normal file
9
package.json
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"name": "blender-bfct",
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git://git.blender.org/blender-bfct.git"
|
||||||
|
},
|
||||||
|
"author": "Blender Foundation",
|
||||||
|
"license": "GPL"
|
||||||
|
}
|
Reference in New Issue
Block a user