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