-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
39 lines (39 loc) · 912 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
{
"name": "pubnub-rickshaw-memory",
"version": "0.1.3",
"description": "Publish your nodeJS memory usage right to pubnub-rickshaw front-end.",
"main": "app.js",
"dependencies": {
"colors": "^1.0.3",
"express": "^3.19.1",
"node-uuid": "^1.4.2",
"pubnub": "^4.8.0"
},
"devDependencies": {},
"scripts": {
"test": "node test"
},
"repository": {
"type": "git",
"url": "git://github.com/pubnub/pubnub-rickshaw-memory.js.git"
},
"keywords": [
"pubnub",
"rickshaw",
"pubnub-rickshaw",
"D3",
"realtime",
"charts",
"memory",
"usages",
"memeory",
"leak",
"shutterstock"
],
"author": "Ian Jennings <[email protected]> (http://ianjennin.gs)",
"license": "ISC",
"bugs": {
"url": "https://github.com/pubnub/pubnub-rickshaw-memory.js/issues"
},
"homepage": "https://github.com/pubnub/pubnub-rickshaw-memory.js"
}