-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
35 lines (35 loc) · 889 Bytes
/
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
{
"name": "signalr-shimmy",
"version": "0.1.7",
"description": "JavaScript SignalR client with jQuery shimmied",
"keywords": [
"signalr"
],
"homepage": "https://github.com/praveensewak/signalr-shimmy#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/praveensewak/signalr-shimmy.git"
},
"author": {
"name": "Praveen Sewak",
"url": "https://github.com/praveensewak"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/praveensewak/signalr-shimmy/issues"
},
"main": "build/signalR.js",
"scripts": {
"build": "babel src --presets babel-preset-es2015 --out-dir build"
},
"devDependencies": {
"babel-cli": "6.22.2",
"babel-core": "6.22.1",
"babel-eslint": "*",
"babel-preset-es2015": "*",
"babel-preset-stage-0": "*"
},
"dependencies": {
"jquery-deferred": "^0.3.1"
}
}