Skip to content
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.

Commit

Permalink
adding bower.json. updating version.
Browse files Browse the repository at this point in the history
  • Loading branch information
mileszim committed Nov 4, 2014
1 parent 83f9381 commit 69cabd8
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
26 changes: 26 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "tempmail.js",
"main": "dist/tempmail.js",
"version": "0.1.1",
"homepage": "https://github.com/mileszim/tempmail.js",
"authors": [
"Miles Zimmerman <miles@zserver.org>"
],
"description": "Programatically generate and receive mail from temporary email addresses. Works in browsers and in node.js.",
"keywords": [
"tempmail",
"api",
"email",
"temporary",
"inbox",
"browser"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tempmail.js",
"version": "0.1.0",
"version": "0.1.1",
"description": "Programatically generate and receive mail from temporary email addresses. Works in browsers and in node.js.",
"main": "index.js",
"scripts": {
Expand All @@ -15,7 +15,6 @@
"api",
"email",
"temporary",
"api",
"inbox",
"browser"
],
Expand Down

0 comments on commit 69cabd8

Please sign in to comment.