-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
84 lines (84 loc) · 2.38 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "@miruken/http",
"version": "0.0.4",
"registry": "npm",
"description": "Miruken Http Integrations",
"keywords": [
"miruken",
"http",
"signalR"
],
"homepage": "http://miruken.com",
"license": "MIT",
"author": "Craig Neuwirt <[email protected]>",
"main": "dist/cjs/@miruken/http.js",
"module": "dist/es/@miruken/http.js",
"repository": {
"type": "git",
"url": "http://github.com/miruken/http"
},
"jspm": {
"main": "http.js",
"format": "amd",
"directories": {
"dist": "dist/amd/@miruken"
},
"dependencies": {
"@microsoft/signalr": "^5.0.1",
"@miruken/core": "^2.0.1",
"@miruken/[email protected]": "@miruken/[email protected]",
"@miruken/validate": "^2.0.0",
"@miruken/[email protected]": "@miruken/[email protected]",
"@miruken/[email protected]": "@miruken/[email protected]"
},
"devDependencies": {
"@jspm/core": "^1.1.1",
"chai": "^4.2.0"
}
},
"devDependencies": {
"@babel/core": "^7.10.1",
"@babel/plugin-external-helpers": "^7.12.1",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-decorators": "^7.12.1",
"@babel/plugin-proposal-optional-chaining": "^7.12.7",
"@babel/plugin-transform-block-scoping": "^7.12.1",
"@babel/preset-env": "^7.12.7",
"@rollup/plugin-alias": "^3.1.1",
"@rollup/plugin-babel": "^5.2.1",
"@rollup/plugin-multi-entry": "^4.0.0",
"@rollup/plugin-node-resolve": "^10.0.0",
"babel-plugin-parameter-decorator": "^1.0.16",
"camelcase": "^4.0.0",
"chai": "^4.2.0",
"conventional-changelog": "^1.1.10",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-babel": "^8.0.0",
"gulp-bump": "^3.0.0",
"gulp-concat": "^2.6.0",
"gulp-eslint": "^4.0.2",
"gulp-insert": "^0.5.0",
"gulp-rename": "^1.2.2",
"jspm": "^0.16.55",
"karma": "^5.2.3",
"karma-babel-preprocessor": "^8.0.1",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.1.0",
"karma-jspm": "^2.2.3",
"karma-mocha": "^2.0.1",
"karma-mocha-reporter": "^2.2.5",
"karma-sourcemap-loader": "^0.3.8",
"miruken-tools": "0.0.4",
"mocha": "^5.2.0",
"require-dir": "^0.3.0",
"rollup": "^2.35.1",
"run-sequence": "^2.2.1",
"vinyl-paths": "^2.1.0",
"yargs": "^11.0.0"
},
"resolutions": {
"graceful-fs": "4.2.3"
},
"dependencies": {}
}