This repository has been archived by the owner on May 3, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
59 lines (59 loc) · 1.69 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
{
"name": "@bloombox/js-client",
"version": "2.1.2",
"license": "Apache-2.0",
"private": false,
"description": "JavaScript API client for Bloombox",
"repository": {
"type": "git",
"url": "https://github.com/Bloombox/JS.git"
},
"bugs": "https://github.com/Bloombox/JS/issues",
"dependencies": {
"chai": "^4.1.2",
"closure-builder": "^2.3.7",
"del": "^5.0.0",
"eslint": "^6.0.1",
"eslint-config-google": "^0.14.0",
"firebase-tools": "^7.0.1",
"google-protobuf": "^3.4.0",
"grpc-web": "^1.0.6",
"gulp": "v4.0.2",
"gulp-cache": "^1.1.1",
"gulp-clone": "^2.0.1",
"gulp-if": "^3.0.0",
"gulp-ignore": "^3.0.0",
"gulp-jshint": "*",
"gulp-load-plugins": "^2.0.1",
"gulp-rename": "^1.4.0",
"gulp-sourcemaps": "^2.6.4",
"js-dossier": "^0.15.0",
"jsdoc": "^3.5.5",
"jshint": "^2.10.2",
"jshint-stylish": "*",
"karma-closure": "https://github.com/sgammon/karma-closure.git",
"mocha": "^6.1.4",
"yargs": "^15.0.1"
},
"devDependencies": {
"@babel/core": "^7.0.0-beta.44",
"@babel/preset-env": "^7.0.0-beta.44",
"chai-as-promised": "^7.1.1",
"jasmine-core": "^3.2.1",
"karma": "^4.1.0",
"karma-babel-preprocessor": "^8.0.0-beta.0",
"karma-browserstack-launcher": "^1.3.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.0.0",
"karma-coverage": "^2.0.1",
"karma-firefox-launcher": "^1.1.0",
"karma-ie-launcher": "^1.0.0",
"karma-jasmine": "^2.0.1",
"karma-jasmine-html-reporter": "^1.3.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.5",
"karma-opera-launcher": "^1.0.0",
"karma-safari-launcher": "^1.0.0",
"minami": "^1.2.3"
}
}