Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make it so
  • Loading branch information
aredridel committed Oct 25, 2015
0 parents commit 5404441
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
14 changes: 14 additions & 0 deletions package.json
@@ -0,0 +1,14 @@
{
"name": "http-from-first-principles",
"version": "1.0.0",
"description": "A simple HTTP client for learning concepts from",
"main": "index.js",
"scripts": {
"test": "tap test.js"
},
"author": "Aria Stewart <aredridel@nbtsc.org>",
"license": "ISC",
"devDependencies": {
"tap": "^2.2.0"
}
}
1 change: 1 addition & 0 deletions test.js
@@ -0,0 +1 @@
var tap = require('tap');

0 comments on commit 5404441

Please sign in to comment.