-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 855 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 855 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
30
{
"name": "pubnub.experiments",
"version": "1.0.0",
"description": "a pubnub publisher server using node.js",
"main": "publisher-server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0",
"start": "node publisher-server.js Ipsumchannel ContentPT Message2You"
},
"repository": {
"type": "git",
"url": "https://github.com/derruba2000/pubnub.experiments.git"
},
"keywords": [
"node.js",
"pubnub"
],
"author": "João Ramos",
"license": "Free",
"bugs": {
"url": "https://github.com/derruba2000/pubnub.experiments/issues"
},
"homepage": "https://github.com/derruba2000/pubnub.experiments",
"dependencies": {
"dummy-json": "0.0.2",
"pubnub": "^3.7.8",
"schedule": "^0.1.0",
"winsay": "0.0.3"
}
}