-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 886 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 886 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "car-sharing",
"version": "1.1.0",
"description": "Coordination game in time and space for nodeGame.",
"card": {
"url": "https://github.com/nodeGame/car-sharing",
"publication": "https://papers.ssrn.com/sol3/papers.cfm?abstract_id=2802049",
"description": "Coordination game in time and space framed as car sharing vs public transport choice.",
"icon": "directions_car"
},
"author": "Stefano Balietti <futur.dorko@gmail.com>",
"license": "MIT",
"homepage": "http://nodegame.org",
"devDependencies": {
"mocha": ">= 2.1.0",
"should": ">= 5.0.0"
},
"keywords": [
"congestion game",
"nodegame",
"game theory",
"behavioral"
],
"engines": {
"nodegame": ">= 4.0.0"
},
"scripts": {
"test": "./node_modules/.bin/mocha ./test/test.*.js"
}
}