forked from deepstreamIO/deepstream.io
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 911 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 911 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
{
"name": "deepstream.io",
"version": "0.8.1",
"description": "a scalable server for realtime webapps",
"main": "src/deepstream.io.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "node node_modules/jasmine/bin/jasmine JASMINE_CONFIG_PATH=jasmine.json",
"reporter": "node jasmine-runner"
},
"repository": {
"type": "git",
"url": "https://github.com/deepstreamIO/deepstream.io.git"
},
"dependencies": {
"colors": "1.0.3",
"engine.io": "1.6.8",
"minimist": "1.2.0"
},
"devDependencies": {
"engine.io-client": "1.6.4",
"grunt": "~0.4.5",
"grunt-release": "0.13.0",
"jasmine": "^2.4.1",
"jasmine-spec-reporter": "^2.4.0",
"proxyquire": "1.7.4"
},
"author": "Wolfram Hempel",
"license": "MIT",
"bugs": {
"url": "https://github.com/deepstreamIO/deepstream.io/issues"
},
"homepage": "http://deepstream.io"
}