-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 773 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 773 Bytes
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
{
"name": "php_node_socket_notification",
"version": "1.0.0",
"description": "A simple application which implements sending realtime notifications to the connected clients.",
"main": "nodeServer.js",
"scripts": {
"dev": "node js/nodeServer.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/imrealashu/php_node_socket_notification.git"
},
"keywords": [
"Socket.io",
"Realtime",
"notification",
"PHP"
],
"author": "Ashish Singh",
"license": "MIT",
"bugs": {
"url": "https://github.com/imrealashu/php_node_socket_notification/issues"
},
"homepage": "https://github.com/imrealashu/php_node_socket_notification#readme",
"dependencies": {
"express": "^4.15.2",
"socketio": "^1.0.0"
}
}