forked from DVLP/signalr-no-jquery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.01 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
{
"author": {
"name": "Pawel",
"url": "https://github.com/dvlp"
},
"bugs": {
"url": "https://github.com/DVLP/signalr-no-jquery/issues"
},
"description": "Javascript SignalR client 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": "*"
},
"homepage": "https://github.com/DVLP/signalr-no-jquery",
"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": "signalr-no-jquery",
"readme": "README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/DVLP/signalr-no-jquery.git"
},
"scripts": {
"build": "babel src --presets babel-preset-es2015 --out-dir build"
},
"version": "0.1.8"
}