35 lines
901 B
JSON
35 lines
901 B
JSON
{
|
|
"name": "signalr-core",
|
|
"version": "1.0.0",
|
|
"description": "ASP.NET Core SignalR",
|
|
"main": "index.js",
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"scripts": {
|
|
"gulp": "gulp",
|
|
"pretest": "tsc -p test/Microsoft.AspNetCore.Client.SignalR.TS.Tests",
|
|
"test": "jasmine JASMINE_CONFIG_PATH=test/Microsoft.AspNetCore.Client.SignalR.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": {
|
|
"browserify": "^13.1.1",
|
|
"del": "^2.2.2",
|
|
"gulp": "^3.9.1",
|
|
"gulp-typescript": "^3.1.3",
|
|
"jasmine": "^2.5.2",
|
|
"typescript": "^2.0.10",
|
|
"vinyl-source-stream": "^1.1.0",
|
|
"yargs": "^6.4.0"
|
|
}
|
|
}
|