Skip to content

Commit

Permalink
prep for first publish
Browse files Browse the repository at this point in the history
  • Loading branch information
sehrgut committed Aug 25, 2013
1 parent 73c998a commit 59136c3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ node_modules
.git
.gitignore
.npmignore
examples/*.html
16 changes: 13 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,14 @@
"version": "0.0.1",
"description": "create indenticon-like image hashes styled like Github and Gravatar (retro) avatars",
"main": "index.js",
"homepage": "https://github.com/sehrgut/node-retricon",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "https://github.com/sehrgut/node-retricon",
"repository": {
"type": "git",
"url": "https://github.com/sehrgut/node-retricon.git"
},
"keywords": [
"identicon",
"avatar",
Expand All @@ -22,5 +26,11 @@
"dependencies": {
"canvas": "1.0.x",
"lodash": "1.3.x"
}
}
},
"readmeFilename": "README.md",
"gitHead": "73c998a681b831486c01eea234363798d728ecf2",
"directories": {
"example": "examples"
},
"devDependencies": {}
}

0 comments on commit 59136c3

Please sign in to comment.