-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
53 lines (53 loc) · 1.38 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "connect-owin",
"version": "0.4.0",
"description": "Connect middleware for .NET using OWIN",
"homepage": "https://github.com/bbaia/connect-owin",
"tags": [
"connect",
"middleware",
".net",
"mono",
"c#",
"clr",
"owin"
],
"repository": {
"type": "git",
"url": "git://github.com/bbaia/connect-owin.git"
},
"bugs": {
"url": "https://github.com/bbaia/connect-owin/issues"
},
"author": "Bruno Baia <[email protected]> (http://twitter.com/bbaia)",
"dependencies": {
"edge": "6.5.1"
},
"devDependencies": {
"supertest": "^2.0.1",
"should": "^11.1.1",
"body-parser": "^1.15.2",
"connect": "^3.5.0",
"connect-logger": "^0.0.1",
"mocha": "^3.1.2",
"grunt": "^1.0.1",
"grunt-msbuild": "^0.3.7",
"grunt-contrib-jshint": "^1.0.0",
"grunt-mocha-test": "^0.13.2",
"grunt-contrib-connect": "^1.0.2",
"load-grunt-tasks": "^3.5.2"
},
"licenses": [
{
"type": "Apache",
"url": "https://raw.github.com/bbaia/connect-owin/master/LICENSE"
}
],
"main": "lib/connect-owin",
"scripts": {
"test": "grunt test"
},
"engines": {
"node": ">= 0.8.0"
}
}