-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 971 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 971 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
31
32
33
34
35
36
37
{
"name": "hubber-memory-game",
"version": "1.0.0",
"description": "The classic memory game, with your favorite hubbers",
"main": "build.js",
"dependencies": {
"abs": "^1.3.4",
"bug-killer": "^4.0.0",
"gh.js": "^3.0.6",
"r-json": "^1.2.3",
"same-time": "^2.0.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/alysonla/hubber-memory-game.git"
},
"keywords": [
"hubbers",
"github",
"memory",
"game"
],
"author": "Alyson La <alyson@github.com>",
"contributors": [
"Ionică Bizău <bizauionica@gmail.com> (http://ionicabizau.net)",
"Alex Rodas (http://alexrodas.com/)",
"Joel Glovier (http://joelglovier.com/)"
],
"bugs": {
"url": "https://github.com/alysonla/hubber-memory-game/issues"
},
"homepage": "https://github.com/alysonla/hubber-memory-game#readme"
}