forked from deepstreamIO/deepstream.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.62 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
51
52
53
54
55
56
57
{
"name": "deepstream.io",
"version": "1.0.3",
"description": "a scalable server for realtime webapps",
"main": "src/deepstream.io.js",
"bin": {
"deepstream": "./bin/deepstream"
},
"directories": {
"test": "test"
},
"scripts": {
"coverage": "istanbul cover node_modules/jasmine/bin/jasmine.js JASMINE_CONFIG_PATH=jasmine.json",
"watch": "node node_modules/watch/cli.js \"npm test\" ./src ./test",
"reporter": "node jasmine-runner",
"test": "jasmine JASMINE_CONFIG_PATH=jasmine.json",
"test-http-server": "node test/test-helper/start-test-server.js",
"license": "mkdir -p build && node scripts/license-aggregator > build/LICENSE && cat scripts/resources/missing-licenses.txt >> build/LICENSE"
},
"repository": {
"type": "git",
"url": "https://github.com/deepstreamIO/deepstream.io.git"
},
"optionalDependencies": {
"uws": "^0.7.3"
},
"dependencies": {
"adm-zip": "^0.4.7",
"colors": "1.0.3",
"commander": "^2.9.0",
"engine.io": "1.6.11",
"glob": "^7.0.5",
"js-yaml": "^3.6.1",
"mkdirp": "^0.5.1",
"needle": "^1.0.0"
},
"devDependencies": {
"async": "^0.2.9",
"coveralls": "^2.11.9",
"engine.io-client": "^1.6.11",
"grunt": "^1.0.1 ",
"grunt-release": "^0.14.0",
"istanbul": "^0.4.3",
"jasmine": "^2.4.1",
"jasmine-spec-reporter": "^2.5.0",
"n0p3": "^1.0.2",
"nexe": "^1.1.2",
"proxyquire": "1.7.10",
"watch": "^0.19.1"
},
"author": "deepstreamHub GmbH",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/deepstreamIO/deepstream.io/issues"
},
"homepage": "http://deepstream.io"
}