First commit, package definition only.
This commit is contained in:
commit
71907529a3
1 changed files with 12 additions and 0 deletions
12
package.json
Normal file
12
package.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"name": "TyeDye",
|
||||
"version": "0.0.1",
|
||||
"private": "true",
|
||||
"dependencies": {
|
||||
"express": "3.x",
|
||||
"jade": "*",
|
||||
"stylus": "*",
|
||||
"nib": "*",
|
||||
"sqlite3": "*",
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue