Added package.json and gitignore
This commit is contained in:
+1
-3
@@ -1,3 +1 @@
|
|||||||
Gemfile
|
node_modules
|
||||||
Gemfile.lock
|
|
||||||
_site
|
|
||||||
|
|||||||
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"name": "3d-interface",
|
||||||
|
"version": "2.0.0",
|
||||||
|
"dependencies": {
|
||||||
|
"express": "4.0",
|
||||||
|
"ejs": "2.3.1",
|
||||||
|
"pejs": "0.6.5"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user