basic files

This commit is contained in:
Asraelite 2016-03-21 12:35:36 +00:00
parent 6837d106be
commit 5205aa4f9b
4 changed files with 22 additions and 2 deletions

5
index.js Normal file
View file

@ -0,0 +1,5 @@
#!bin/node
var packageJson = require('./package.json');
console.log(`Starbugs version ${packageJson.version} running.`);