forked from DVLP/signalr-no-jquery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.11 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
{
"author": "Niddu85 (https://github.com/niddu85)",
"bugs": {
"url": "https://github.com/niddu85/signalr-no-jquery-latest/issues"
},
"description": "Javascript SignalR client based on signalr 2.4.3 without jQuery dependency",
"dependencies": {
"jquery-deferred": "0.3.1",
"jquery-param": "0.2.0"
},
"devDependencies": {
"babel-cli": "6.18.0",
"babel-core": "6.21.0",
"babel-eslint": "*",
"babel-preset-es2015": "*",
"babel-preset-stage-0": "*",
"jest": "^26.0.1"
},
"homepage": "https://github.com/niddu85/signalr-no-jquery-latest",
"keywords": [
"signalr"
],
"license": "Apache-2.0",
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"main": "build/signalR.js",
"name": "@niddu85/signalr-no-jquery-latest",
"repository": {
"type": "git",
"url": "git+https://github.com/niddu85/signalr-no-jquery-latest.git"
},
"scripts": {
"build": "babel src --presets babel-preset-es2015 --out-dir build",
"test": "jest"
},
"version": "2.4.5",
"directories": {
"test": "tests"
}
}