-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
46 lines (46 loc) · 943 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
41
42
43
44
45
46
{
"name": "node-vortex",
"description": "A library for PrismTech Vortex",
"version": "0.3.0",
"contributors": [
"Toby McClean <[email protected]>"
],
"tags": [
"dds",
"vortex",
"prismtech"
],
"repository": {
"type": "git",
"url": ""
},
"keywords": [
"prismtech",
"vortex",
"dds",
"publish/subscribe",
"publish",
"subscribe",
"iot"
],
"license": "Apache-2.0",
"main": "./lib/dds-runtime.js",
"browser": {},
"dependencies": {
"debug": "~2.2.0",
"events": "^1.1.0",
"util": "^0.10.3",
"ws": "^0.8.0"
},
"devDependencies": {
"browserify": "^11.2.0",
"grunt": "^0.4.5",
"grunt-chmod": "^1.1.1",
"grunt-concurrent": "^2.0.3",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-coffee": "^0.13.0",
"grunt-contrib-compress": "^0.13.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.2"
}
}