-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1009 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": "watchemojis",
"version": "1.0.0",
"description": "Push emojis to my watch face!",
"main": "index.js",
"scripts": {
"dev": "nodemon server/index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SonicRift/WatchEmojis.git"
},
"author": "Shane Sutro",
"license": "MIT",
"bugs": {
"url": "https://github.com/SonicRift/WatchEmojis/issues"
},
"homepage": "https://github.com/SonicRift/WatchEmojis#readme",
"dependencies": {
"@vonage/server-sdk": "^2.10.7",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"emoji-regex": "^8.0.0",
"express": "^4.17.1",
"hasha": "^5.2.2",
"helmet": "^4.5.0",
"http": "*",
"mongoose": "^5.12.5",
"mustache": "^4.2.0",
"node-fetch": "^2.6.1",
"plivo": "^4.13.0",
"socket.io": "^4.0.1"
},
"devDependencies": {
"nodemon": "^2.0.7"
}
}