Skip to content

Commit

Permalink
fixing package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Wagner Andrade committed Aug 18, 2014
1 parent d763501 commit 789c8bd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "old-school-racing",
"version": "0.0.1",
"description": "A old school racing game made with javascript using pseudo3d technique!",
"description": "A pseudo3d old school racing game made with pure Javascript",
"author": "Wagner Andrade <[email protected]>",
"keywords": [
"game",
Expand All @@ -17,5 +17,6 @@
"underscore": "^1.6.0",
"watchify": "^1.0.1"
},
"devDependencies": {}
"devDependencies": {},
"license": "Apache License Version 2.0"
}

0 comments on commit 789c8bd

Please sign in to comment.