forked from deepstreamIO/deepstream.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 976 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
{
"name": "deepstream.io",
"version": "0.8.0",
"description": "a scalable server for realtime webapps",
"main": "src/deepstream.io.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "node node_modules/jasmine-node/lib/jasmine-node/cli.js test --forceexit --captureExceptions",
"watch": "node node_modules/jasmine-node/lib/jasmine-node/cli.js test --captureExceptions --autotest --watch ./src"
},
"repository": {
"type": "git",
"url": "https://github.com/hoxton-one/deepstream.io.git"
},
"dependencies": {
"colors": "1.0.3",
"engine.io": "1.6.8",
"minimist": "1.2.0"
},
"devDependencies": {
"jasmine-node": "1.14.5",
"engine.io-client": "1.6.4",
"proxyquire": "1.7.4",
"grunt": "~0.4.5",
"grunt-release": "0.13.0"
},
"author": "Wolfram Hempel",
"license": "MIT",
"bugs": {
"url": "https://github.com/hoxton-one/deepstream.io/issues"
},
"homepage": "http://deepstream.io"
}