forked from deepstreamIO/deepstream.io-client-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 2.26 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
58
59
60
61
62
{
"name": "deepstream.io-client-js",
"version": "1.1.0",
"description": "the javascript client for deepstream.io",
"main": "src/client.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "jasmine JASMINE_CONFIG_PATH=jasmine.json",
"reporter": "istanbul cover jasmine-runner.js",
"coverage": "istanbul cover node_modules/jasmine/bin/jasmine.js JASMINE_CONFIG_PATH=jasmine.json",
"watch": "watch \"npm test\" ./src ./test-unit ./test-e2e",
"e2e": "jasmine JASMINE_CONFIG_PATH=jasmine.json test-e2e/specs/*Spec.js",
"e2e::watch": "watch \"npm run e2e\" ./src ./test-e2e",
"unit": "jasmine JASMINE_CONFIG_PATH=jasmine.json test-unit/unit/**/*Spec.js",
"unit::watch": "watch \"npm run unit\" ./src ./test-unit",
"webpack": "webpack --progress test-page-webpack/index.js test-page-webpack/dist/build.js",
"new-e2e": " node ./node_modules/cucumber/bin/cucumber.js ./node_modules/deepstream.io-e2e --require ./test-e2e-gherkin/steps --fail-fast"
},
"repository": {
"type": "git",
"url": "https://github.com/deepstreamIO/deepstream.io-client-js.git"
},
"dependencies": {
"component-emitter": "1.1.2",
"react-native-engine.io-client": "https://github.com/aurelien-ctouch/engine.io-client/tarball/master",
"react-native-tcp": "2.0.1",
"url": "0.11.0"
},
"browser": {
"net": "react-native-tcp"
},
"devDependencies": {
"browserify": "13.0.1",
"coveralls": "^2.11.9",
"cucumber": "^1.3.0",
"deepstream.io-e2e": "git+https://github.com/deepstreamIO/deepstream.io-e2e.git",
"deepstream.io": "git+https://github.com/deepstreamIO/deepstream.io.git",
"deepstream.io-cache-redis": "latest",
"deepstream.io-msg-redis": "latest",
"derequire": "2.0.3",
"grunt": "~0.4.5",
"grunt-browserify": "4.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-uglify": "0.11.1",
"grunt-exec": "1.0.0",
"grunt-release": "0.13.0",
"istanbul": "^0.4.3",
"jasmine": "^2.4.1",
"jasmine-spec-reporter": "^2.4.0",
"proxyquire": "1.7.10",
"sinon": "^1.17.5",
"watch": "^0.19.1"
},
"author": "deepstreamHub GmbH",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/deepstreamIO/deepstream.io-client-js/issues"
},
"homepage": "http://deepstream.io"
}