forked from nodeGame/ultimatum-svo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.48 KB
/
package.json
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "ultimatum-game",
"channelName": "ultimatum",
"description": "Plays an ultimatum game with nodegame",
"version": "1.0.1",
"author": {
"name": "Stefano Balietti",
"email": "[email protected]",
"url": "http://www.nodegame.org"
},
"main": "./index.html",
"keywords": [
"nodegame",
"behavioral",
"ultimatum",
"game theory"
],
"repository": {
"type": "git",
"url": "git://github.com/nodegame/ultimatum.git"
},
"license": "MIT",
"devDependencies": {
"mocha": ">= 2.1.0",
"should": ">= 5.0.0"
},
"engines": {
"node": "*",
"nodegame": ">= 1.0.0"
},
"scripts": {
"test": "mocha ./test/test.*.js"
},
"gitHead": "daeb0d83d6fecc6c0aba25dd7a9b7c77ac04e71c",
"bugs": {
"url": "https://github.com/nodegame/ultimatum/issues"
},
"homepage": "https://github.com/nodegame/ultimatum#readme",
"_id": "[email protected]",
"_shasum": "43a7e1d4be1b863cb5ff40b154c99bdbb682049e",
"_from": "ultimatum-game@latest",
"_npmVersion": "2.11.3",
"_nodeVersion": "0.12.7",
"_npmUser": {
"name": "shakty",
"email": "[email protected]"
},
"maintainers": [
{
"name": "shakty",
"email": "[email protected]"
}
],
"dist": {
"shasum": "43a7e1d4be1b863cb5ff40b154c99bdbb682049e",
"tarball": "http://registry.npmjs.org/ultimatum-game/-/ultimatum-game-1.0.1.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/ultimatum-game/-/ultimatum-game-1.0.1.tgz"
}