-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 894 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
36
{
"name": "Nancy.AspNet.WebSockets",
"version": "0.0.1",
"description": "WebSocket support for ASP.NET-hosted Nancy applications",
"dependencies": {
"grunt-cli": "^0.1.13"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-exec": "^0.4.6",
"grunt-msbuild": "^0.3.0",
"grunt-nuget": "^0.1.4",
"grunt-nunit-runner": "^2.0.4",
"grunt-shell": "^1.1.2",
"grunt-text-replace": "^0.4.0"
},
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git://github.com/provegard/Nancy.AspNet.WebSockets.git"
},
"keywords": [
"nancy",
"websockets",
"aspnet"
],
"author": "Per Rovegard",
"license": "MIT",
"bugs": {
"url": "https://github.com/provegard/Nancy.AspNet.WebSockets/issues"
},
"homepage": "https://github.com/provegard/Nancy.AspNet.WebSockets"
}