-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 1.82 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 1.82 KB
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
63
64
65
66
67
68
69
70
71
72
{
"name": "sdk-js",
"version": "0.0.1",
"description": "Bastly SDK for browsers",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Bastly/sdk-js-browser.git"
},
"keywords": [
"bastly",
"realtime",
"sdk",
"browser",
"javascript"
],
"devDependencies": {
"browser-sync": "~2.2.2",
"browserify": "^9.0.3",
"browserify-shim": "^3.8.2",
"chai": "^2.1.2",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.1.0",
"gulp-awspublish": "^1.0.6",
"gulp-bump": "^0.3.1",
"gulp-changed": "^1.1.1",
"gulp-filesize": "0.0.6",
"gulp-git": "^1.2.4",
"gulp-mocha": "^2.0.1",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.5.3",
"gulp-swig": "^0.7.4",
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.5",
"karma": "^0.12.31",
"karma-browserify": "^4.0.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.1.7",
"karma-mocha": "^0.1.10",
"karma-nyan-reporter": "0.0.60",
"karma-phantomjs-launcher": "^0.1.4",
"karma-sinon-chai": "^0.3.0",
"lodash": "^3.3.1",
"mocha": "^2.2.4",
"phantomjs": "^1.9.17",
"pretty-hrtime": "~1.0.0",
"request": "*",
"require-dir": "^0.1.0",
"run-sequence": "^1.1.0",
"vinyl-source-stream": "~1.0.0",
"watchify": "^2.4.0",
"yargs": "^3.10.0"
},
"dependencies": {
"bastly_constants": "*",
"bunyan": "^1.3.4",
"lodash": "*",
"request": "*",
"socket.io-client": "^1.3.5",
"zmq": "^2.10.0"
},
"author": "Bastly <info@bastly.com> (http://bastly.com/)",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/Bastly/sdk-js-browser/issues"
},
"homepage": "https://github.com/Bastly/sdk-js-browser"
}