Skip to content

Commit

Permalink
Adds package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
xcambar committed Apr 1, 2013
1 parent 7f4e4a9 commit ae71f91
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "hasher",
"version": "1.1.3",
"description": "Hasher is a set of JavaScript functions to control browser history for rich-media websites and applications",
"main": "dist/hasher.min.js",
"scripts": {
"test": "open dev/tests/unit/dev.html"
},
"repository": {
"type": "git",
"url": "git://github.com/millermedeiros/Hasher.git"
},
"keywords": [
"history",
"hash",
"hasher",
"navigation",
"browser"
],
"author": "Miller Medeiros <contact@millermedeiros.com>",
"license": "MIT",
"readmeFilename": "README.md",
"gitHead": "44380c20f5be540f6bf40c36ed14af13d5df124b"
}

0 comments on commit ae71f91

Please sign in to comment.