mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
27 lines
647 B
JSON
27 lines
647 B
JSON
{
|
|
"name": "kaefer",
|
|
"version": "0.1.0",
|
|
"description": "Reliable transport on top of engine.io",
|
|
"author": "Cloud9 Inc. <info@c9.io>",
|
|
"contributors": [{
|
|
"name": "Fabian Jakobs",
|
|
"email": "fabian@c9.io"
|
|
}],
|
|
"dependencies": {
|
|
"engine.io": "~1.6.9",
|
|
"engine.io-client": "~1.6.9",
|
|
"amd-loader": "*"
|
|
},
|
|
"devDependencies": {
|
|
"smith": "~0.1.22",
|
|
"vfs-local": "~0.3.13",
|
|
"mocha": "~1.8.2",
|
|
"sinon": "~1.7.3",
|
|
"chai": "~1.8.1",
|
|
"async": "~0.2.7"
|
|
},
|
|
"scripts": {
|
|
"test": "make test && make test-integration"
|
|
}
|
|
}
|