Skip to content

Commit

Permalink
add package file
Browse files Browse the repository at this point in the history
  • Loading branch information
chinchang committed Jan 6, 2013
1 parent cd190c1 commit bb80840
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name": "hint",
"title": "Hint",
"description": "A CSS based tooltip library",
"version": "0.1.0",
"homepage": "https://github.com/chinchang/hint.css",
"author": {
"name": "Kushagra Gour",
"email": "[email protected]",
"url": "http://kushagragour.in"
},
"repository": {
"type": "git",
"url": "git://github.com/chinchang/hint.css.git"
},
"bugs": {
"url": "https://github.com/chinchang/hint.css/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/chinchang/hint.css/blob/master/LICENSE-MIT"
}
],
"keywords": [],
"devDependencies": {
"grunt-sass": "[email protected]",
"grunt-contrib-mincss": "~0.3.2"
}
}

0 comments on commit bb80840

Please sign in to comment.