aspnetcore/client-ts/package.json

48 lines
1.3 KiB
JSON

{
"name": "@aspnet/signalr-client",
"version": "1.0.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",
"babel-minify": "^0.2.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babelify": "^7.3.0",
"browserify": "^13.1.1",
"buffer": "^5.0.7",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.0",
"gulp-rename": "^1.2.2",
"gulp-typescript": "^3.1.3",
"jasmine": "^2.5.2",
"lodash": "^4.17.4",
"typescript": "^2.0.10",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"msgpack5": "^3.5.0"
}
}