-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
32 lines (32 loc) · 1.04 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
{
"name": "scoopchain",
"version": "0.2.0",
"description": "Creamtographic currency coins for Two Scoop Games to give out at as physical tokens(with associated ids) at events and as digital currency in games/online. Soon to be redeemable for special rewards such as game download codes, swag etc.",
"main": "index.js",
"scripts": {
"start": "node bitcone-admin"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/TwoScoopGames/scoopchain.git"
},
"author": "Alex Bezuska <[email protected]> (http://twoscoopgames.com)",
"license": "MIT",
"homepage": "https://github.org/TwoScoopGames/scoopchain#readme",
"dependencies": {
"crypto-js": "^3.1.9-1",
"qrcode": "^1.2.0",
"random-item": "^1.0.0",
"shelljs": "^0.8.1",
"uuid": "^3.2.1",
"body-parser": "^1.18.2",
"consolidate": "^0.15.0",
"dust": "^0.3.0",
"dustjs-helpers": "^1.7.4",
"dustjs-linkedin": "^2.7.5",
"express": "^4.16.2",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"pg": "^7.4.1"
}
}