-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
50 lines (50 loc) · 1.04 KB
/
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
47
48
49
50
{
"name": "trailpack-realtime",
"version": "2.2.0",
"description": "Realtime Trailpack. Synchronize the client and server via WebSockets",
"homepage": "http://www.trailsjs.io/",
"author": "Trails.js Team <[email protected]>",
"contributors": [
{
"name": "Travis Webb",
"url": "https://github.com/tjwebb"
},
{
"name": "Alex Clavelle",
"url": "https://github.com/aclave1"
},
{
"name": "Aumard Jimmy",
"url": "https://github.com/jaumard"
}
],
"main": "index.js",
"keywords": [
"trailpack",
"trails",
"trailjs",
"sockets",
"primus"
],
"dependencies": {
"engine.io": "^3.2.0",
"primus": "^7.1.1",
"trailpack": "^2.1.3"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-trails": "^3.1.0",
"mocha": "^5.1.0"
},
"scripts": {
"test": "eslint ."
},
"engines": {
"node": ">= 4.0.0"
},
"eslintConfig": {
"extends": "trails"
},
"repository": "[email protected]:trailsjs/trailpack-realtime",
"license": "MIT"
}