Skip to content

Commit

Permalink
Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
robashton committed Jan 27, 2013
1 parent 1ac1dff commit bc49d7d
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions package.json
@@ -0,0 +1,26 @@
{
"name": "primo-menu",
"version": "0.0.0",
"description": "Basic menu system for PrimoJS",
"main": "primo-menu.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/robashton/primo-menu.git"
},
"keywords": [
"menu",
"primojs",
"html5",
"canvas",
"games"
],
"author": "Rob Ashton",
"license": "MIT",
"dependencies": {
"primo-utils": "0.0.0",
"underscore": "~1.4.3"
}
}

0 comments on commit bc49d7d

Please sign in to comment.