Skip to content

Commit

Permalink
add package.json and README
Browse files Browse the repository at this point in the history
  • Loading branch information
callmecavs committed Feb 11, 2017
0 parents commit c0221ef
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# hsx
34 changes: 34 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"name": "hsx",
"description": "",

"version": "0.0.1",
"license": "MIT",

"repository": "callmecavs/hsx",

"author": {
"name": "Michael Cavalea",
"email": "callmecavs@gmail.com",
"url": "http://callmecavs.com/"
},

"scripts": {
"lint": "standard",
"test": "mocha test"
},

"keywords": [

],

"dependencies": {

},

"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.2.0",
"standard": "^8.6.0"
}
}

0 comments on commit c0221ef

Please sign in to comment.