Skip to content

Commit

Permalink
added package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
davidguttman committed Dec 10, 2012
0 parents commit e0531d6
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions package.json
@@ -0,0 +1,17 @@
{
"name": "directify",
"version": "0.0.0",
"description": "Easier use of Director.js with Browserify, plus some added features.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "",
"keywords": [
"director",
"router",
"browserify"
],
"author": "David Guttman",
"license": "BSD"
}

0 comments on commit e0531d6

Please sign in to comment.