Skip to content

Commit

Permalink
playing with node
Browse files Browse the repository at this point in the history
  • Loading branch information
ursine committed Nov 23, 2016
1 parent 92b6181 commit cff5ef9
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
3 changes: 3 additions & 0 deletions node/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
node_modules
*.log

1 change: 1 addition & 0 deletions node/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
console.log("Hello Node World");
17 changes: 17 additions & 0 deletions node/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "backlot",
"version": "0.0.1",
"description": "An online game engine for RP",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec"
},
"dependencies": {
"chai": "^3.5.0",
"mocha": "^3.1.2"
},
"devDependencies": {},
"private": true,
"author": "Gary Coulbourne <[email protected]>",
"license": "GPL-3.0"
}

0 comments on commit cff5ef9

Please sign in to comment.