Skip to content

Commit

Permalink
Added package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cohenrobinson committed Jul 16, 2018
1 parent 034e90f commit b92b688
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "commute_model",
"version": "1.0.0",
"description": "An agent-based model showing emergent behaviour from transport inequality.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cohenrobinson/commute_model.git"
},
"keywords": ["abm", "agent-based-modelling", "agent", "behaviour", "commute", "modelling", "mesa", "python", "city"],
"author": "Cohen Robinson",
"license": "ISC",
"bugs": {
"url": "https://github.com/cohenrobinson/commute_model/issues"
},
"homepage": "https://github.com/cohenrobinson/commute_model#readme"
}

0 comments on commit b92b688

Please sign in to comment.