aspnetcore/client-ts/package.json

37 lines
974 B
JSON

{
"name": "signalr-client",
"version": "0.1.0",
"description": "ASP.NET Core SignalR",
"main": "dist/src/index.js",
"typings": "dist/src/index.d.ts",
"directories": {
"test": "test"
},
"scripts": {
"gulp": "gulp",
"pretest": "tsc -p Microsoft.AspNetCore.SignalR.Client.TS.Tests",
"test": "jasmine JASMINE_CONFIG_PATH=Microsoft.AspNetCore.SignalR.Client.TS.Tests/jasmine.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aspnet/SignalR.git"
},
"author": "Microsoft",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/aspnet/SignalR/issues"
},
"homepage": "https://github.com/aspnet/SignalR#readme",
"devDependencies": {
"@types/msgpack5": "^3.4.0",
"browserify": "^13.1.1",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-typescript": "^3.1.3",
"jasmine": "^2.5.2",
"msgpack5": "^3.5.0",
"typescript": "^2.0.10",
"vinyl-source-stream": "^1.1.0"
}
}