-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.32 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.32 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "missive",
"version": "3.0.1",
"description": "Fast, lightweight library for encoding and decoding JSON messages over streams.",
"keywords": [
"json",
"stream",
"streams",
"streaming",
"tcp"
],
"repository": {
"type": "git",
"url": "https://github.com/StarryInternet/missive"
},
"bugs": {
"url": "https://github.com/StarryInternet/missive/issues"
},
"homepage": "https://github.com/StarryInternet/missive",
"devDependencies": {
"burro": "0.4.13",
"chai": "4.0.2",
"eslint-config-starry": "2.0.1",
"eslint-plugin-starry": "2.0.1",
"grunt": "1.0.1",
"grunt-benchmark": "1.0.0",
"grunt-cli": "1.2.0",
"grunt-contrib-jshint": "1.1.0",
"grunt-eslint": "19.0.0",
"grunt-mocha-istanbul": "5.0.2",
"istanbul": "0.4.5",
"jshint-stylish": "2.2.1",
"json-stream": "1.0.0",
"ldjson-stream": "1.2.1",
"load-grunt-tasks": "3.5.2",
"mocha": "3.4.2",
"rewire": "2.5.2"
},
"dependencies": {
"fringe": "1.1.1"
},
"license": "MIT",
"author": "Kevin Ennis <kennis84@gmail.com> (https://twitter.com/kevincennis)",
"contributors": [
{
"name": "Kevin Ennis"
},
{
"name": "Stephen Murray"
}
],
"engines": {
"node": ">=4.0.0"
},
"scripts": {
"test": "grunt"
},
"main": "index.js"
}