Skip to content

Commit

Permalink
updating composer and package json files
Browse files Browse the repository at this point in the history
  • Loading branch information
phillipsharring committed Feb 2, 2015
1 parent b78ccb5 commit f0a9d63
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
15 changes: 14 additions & 1 deletion composer.json
@@ -1,5 +1,18 @@
{
"require": {
"name": "philsown/gameoflife",
"description": "An implementation of Conway's Game of Life in OOP PHP",
"keywords": ["conway", "game of life", "game", "life", "zero player game"],
"homepage": "https://github.com/philsown/GameOfLife",
"license": "MIT",
"authors": [
{
"name": "Phillip Harrington",
"email": "philsown@gmail.com",
"homepage": "http://www.phillipharrington.com/",
"role": "developer"
}
],
"require-dev": {
"phpspec/phpspec": "~2.0"
},
"autoload": {
Expand Down
12 changes: 12 additions & 0 deletions package.json
@@ -1,4 +1,16 @@
{
"name": "philsown/gameoflife",
"description": "An implementation of Conway's Game of Life in OOP PHP",
"license": "MIT",
"author": "Phillip Harrington <philsown@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/philsown/GameOfLife.git"
},
"bugs": {
"url": "https://github.com/philsown/GameOfLife/issues"
},
"keywords": ["conway", "game of life", "game", "life", "zero player game"],
"devDependencies": {
"gulp": "^3.8.7",
"gulp-notify": "^1.5.0",
Expand Down

0 comments on commit f0a9d63

Please sign in to comment.