forked from therealFlauwy/1UP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·40 lines (40 loc) · 911 Bytes
/
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
{
"name": "utopian-1up",
"version": "0.2.1",
"description": "Utopian 1UP backend",
"main": "index.js",
"dependencies": {
"cookie-parser": "^1.4.3",
"dotenv": "^4.0.0",
"dsteem": "^0.10.1",
"ejs": "^2.6.1",
"express": "^4.16.4",
"express-session": "^1.15.6",
"mssql": "^4.2.1",
"parse": "^1.11.1",
"parse-server": "^2.8.2",
"request": "^2.88.0",
"request-promise": "^4.2.2",
"sc2-sdk": "^1.1.0",
"serve-favicon": "^2.5.0",
"steem": "^0.6.7"
},
"devDependencies": {},
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/therealFlauwy/1UP.git"
},
"keywords": [
"1UP",
"utopian"
],
"author": "stoodkev",
"license": "ISC",
"bugs": {
"url": "https://github.com/therealFlauwy/1UP/issues"
},
"homepage": "https://github.com/therealFlauwy/1UP#readme"
}