Skip to content

Commit

Permalink
added gitignore, package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
melaniecebula committed Jan 2, 2015
1 parent bcbd056 commit 88c83b9
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules/
npm-debug.log
22 changes: 22 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "cat-ascii-faces",
"version": "1.0.0",
"description": "cat faces ₍˄·͈༝·͈˄₎◞ ̑̑ෆ⃛ ~~!",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"author": "melanie cebula",
"license": "BSD",
"repository": {
"type": "git",
"url": "https://github.com/melaniecebula/cat-ascii-faces.git"
},
"bugs": {
"url": "https://github.com/melaniecebula/cat-ascii-faces/issues"
},
"homepage": "https://github.com/melaniecebula/cat-ascii-faces",
"dependencies": {
"stream-array": "~1.0.1"
}
}

0 comments on commit 88c83b9

Please sign in to comment.