Skip to content

Commit

Permalink
update package setting.
Browse files Browse the repository at this point in the history
  • Loading branch information
clonn committed Apr 20, 2012
1 parent ca95497 commit 4980123
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions package.json
@@ -0,0 +1,16 @@
{
"name": "beauty-scraper",
"description": "Happy and Fun, enjoy your life",
"version": "0.0.1",
"author": "Caesar Chi / clonn <clonncd@gmail.com>",
"contributors": [
{ "name": "clonn", "email": "clonncd@gmail.com" }
],
"dependencies": {
"jsdom": "0.2.14"
},
"keywords": ["scrap", "image", "jsdom", "node.js"],
"repository": "git@github.com:clonn/beauty-scraper.git",
"main": "index",
"engines": { "node":">= 0.5.0" }
}

0 comments on commit 4980123

Please sign in to comment.