Skip to content
This repository was archived by the owner on May 28, 2019. It is now read-only.

Commit 29b2ba3

Browse files
author
Myles Borins
committed
Initial Commit
0 parents  commit 29b2ba3

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
node_modules/
2+
.DS_Store

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
OASIS
2+
=================
3+
All rights reserved. Famous Industries 2015

package.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "oasis",
3+
"version": "1.0.0",
4+
"description": "",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "https://github.famo.us/platform/oasis.git"
12+
},
13+
"author": "Famous",
14+
"license": "All rights reserved"
15+
}

0 commit comments

Comments
 (0)