-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 848 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
{
"name": "primus-spark-latency",
"description": "Adds a latency property to primus sparks server-side.",
"version": "0.1.1",
"engines": {
"node": ">=0.10.0"
},
"author": {
"name": "Jeremiah Senkpiel",
"email": "[email protected]",
"url": "https://searchbeam.jit.su",
"twitter": "https://twitter.com/fishrock123"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/fishrock123/primus-spark-latency.git"
},
"bugs": {
"mail": "fishrock123@rocketmail",
"url": "https://github.com/fishrock123/primus-spark-latency/issues"
},
"keywords": [
"primus",
"latency"
],
"devDependencies": {
"mocha": "*",
"primus": "~2.1.0",
"expect.js": "~0.3.1",
"ws": "~0.4.31"
},
"scripts": {
"test": "mocha --reporter spec test.js"
}
}