Skip to content

Commit

Permalink
Initial import
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed May 11, 2018
1 parent 85e8907 commit 25b8a54
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
Empty file added index.js
Empty file.
25 changes: 25 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "undici",
"version": "0.0.1",
"description": "An HTTP/1.1 client, written from scratch for Node.js",
"main": "index.js",
"scripts": {
"test": "standard | snazzy && tap test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mcollina/undici.git"
},
"author": "Matteo Collina <hello@matteocollina.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mcollina/undici/issues"
},
"homepage": "https://github.com/mcollina/undici#readme",
"devDependencies": {
"pre-commit": "^1.2.2",
"snazzy": "^7.1.1",
"standard": "^11.0.1",
"tap": "^11.1.5"
}
}
Empty file added test.js
Empty file.

0 comments on commit 25b8a54

Please sign in to comment.