Skip to content

Commit

Permalink
Initialized directories structure
Browse files Browse the repository at this point in the history
  • Loading branch information
BearD01001 committed Dec 21, 2017
1 parent ab5a270 commit 2c75343
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 0 deletions.
Empty file added app/apis/v1/img.js
Empty file.
Empty file added app/modules/.keep
Empty file.
Empty file added app/services/.keep
Empty file.
Empty file added bin/.keep
Empty file.
Empty file added config/.keep
Empty file.
Empty file added db/.keep
Empty file.
Empty file added lib/.keep
Empty file.
Empty file added log/.keep
Empty file.
14 changes: 14 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "dream-view-apis",
"version": "0.0.1",
"description": "Dream view apis",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT"
}
Empty file added test/.keep
Empty file.

0 comments on commit 2c75343

Please sign in to comment.