forked from bernatixer/BetYourDignity
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 786 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
{
"name": "betyourdignity",
"version": "1.0.0",
"description": "Fun game to play with a friend!",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bernatixer/BetYourDignity.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/bernatixer/BetYourDignity/issues"
},
"homepage": "https://github.com/bernatixer/BetYourDignity#readme",
"dependencies": {
"authorizenet": "^1.0.6",
"cookie-parser": "^1.4.3",
"dotenv": "^6.1.0",
"ejs": "^2.6.1",
"express": "^4.16.4",
"instagram-private-api": "^0.6.8",
"node-instagram": "^4.2.0",
"socket.io": "^2.1.1"
}
}