Skip to content

Commit

Permalink
added package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sprintr committed Jan 31, 2014
1 parent 72dd3e8 commit bd167d3
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "OpenGL",
"version": "1.0.0",
"description": "OpenGL Example Code",
"repository": {
"type": "git",
"url": "https://github.com/beingaminullah/opengl"
},
"keywords": [
"OpenGL",
"GLUT"
],
"author": "Amin Ullah Khah <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/beingaminullah/opengl/issues"
},
"homepage": "https://github.com/beingaminullah/opengl"
}

0 comments on commit bd167d3

Please sign in to comment.