forked from bryceklinker/rxjs-signalr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.02 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
{
"name": "rxjs-signalr",
"version": "0.0.14",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"repository": "[email protected]:bryceklinker/rxjs-signalr.git",
"author": "Bryce Klinker <[email protected]>",
"license": "MIT",
"scripts": {
"prepare": "tsc",
"test": "karma start --single-run",
"test:watch": "karma start",
"publish:npm": "publish"
},
"dependencies": {
"jquery": "3.2.1",
"rxjs": "^5.4.1",
"signalr": "2.2.2"
},
"devDependencies": {
"@types/jasmine": "2.5.53",
"@types/jquery": "2.0.46",
"@types/node": "7.0.29",
"@types/signalr": "2.2.33",
"@types/webpack": "3.0.0",
"awesome-typescript-loader": "3.1.3",
"jasmine-core": "2.6.4",
"karma": "1.7.0",
"karma-chrome-launcher": "2.2.0",
"karma-jasmine": "1.1.0",
"karma-jasmine-html-reporter": "^0.2.2",
"karma-spec-reporter": "0.0.31",
"karma-webpack": "2.0.3",
"publish": "0.6.0",
"ts-node": "3.0.6",
"typescript": "^2.4.1",
"webpack": "2.6.1"
}
}