Skip to content

Commit

Permalink
Add a package.json file for NPM.
Browse files Browse the repository at this point in the history
  • Loading branch information
deanm committed Jan 8, 2013
1 parent d4f34b7 commit e46643a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions package.json
@@ -0,0 +1,11 @@
{
"name": "omgosc",
"version": "1.0.0",
"author": "Dean McNamee <dean@gmail.com>",
"keywords": ["osc", "open sound control"],
"repository": {
"type": "git",
"url": "https://github.com/deanm/omgosc"
},
"main": "omgosc.js"
}

0 comments on commit e46643a

Please sign in to comment.