-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 761 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 761 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
31
32
33
34
35
36
37
38
{
"name": "eventcast",
"version": "0.1.2",
"description": "Events over multicast",
"main": "index.js",
"scripts": {
"test": "make coveralls"
},
"repository": {
"type": "git",
"url": "git@github.com:diversario/eventcast.git"
},
"keywords": [
"udp",
"events",
"multicast"
],
"author": {
"name": "Ilya Shaisultanov",
"email": "ilya.shaisultanov@gmail.com"
},
"license": "MIT",
"dependencies": {
"lodash": "~2.2",
"ip": "0.1.x",
"bson": "~0.2.2",
"bunyan": "~0.22",
"bunyan-prettystream": "~0.1.2",
"replize": "0.0.5",
"async": "~0.2.9"
},
"devDependencies": {
"mocha": "1.x",
"istanbul": "~0.1.36",
"coveralls": "~2.0.12",
"mocha-istanbul": "~0.2.0"
}
}