forked from deckitron/deckitron
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.11 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.11 KB
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
{
"name": "deckitron",
"version": "0.0.1",
"description": "A collaborative MTG deck building app.",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"angular": "^1.5.8",
"angular-animate": "^1.5.8",
"angular-aria": "^1.5.8",
"angular-material": "^1.1.1",
"angular-material-icons": "^0.7.1",
"angular-slug": "0.0.3",
"body-parser": "^1.15.2",
"clipboard-js": "^0.3.1",
"express": "^4.13.3",
"less": "^2.7.1",
"mongoose": "^4.6.7",
"socket.io": "^1.5.1",
"swearjar": "^0.1.3",
"unzip": "^0.1.11"
},
"engines": {},
"repository": {
"type": "git",
"url": "https://github.com/rumblex-community/nodeknockout-2016-starter"
},
"keywords": [
"node",
"mtg",
"magic",
"gathering",
"deck",
"building",
"builder",
"express"
],
"contributors": [
"M. Damian Mulligan <robloxianmany@gmail.com> (https://dmulligan.ca/)",
"Michael Hall <mike@michaelhall.ca>",
"Sean Turnbull <sean.turnbull@gmail.com>",
"Matthew Smith <matthewb.smith88@gmail.com>"
],
"license": "AGPL-3.0"
}