-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
39 lines (39 loc) · 955 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
37
38
39
{
"name": "stick",
"version": "1.0.0",
"description": "A modular JSGI middleware composition toolkit",
"homepage": "https://github.com/ringo/stick/",
"keywords": [
"commonjs",
"jsgi",
"webframework"
],
"author": "Hannes Wallnöfer <hannesw@gmail.com>",
"contributors": [
"Andreas Bolka",
"James Cook",
"Philipp Naderer",
"Robert Gaggl",
"Robert Thurnher",
"Richard R. McKinley",
"Simon Oberhammer",
"Edwin Hoogerbeets"
],
"repositories": [
{
"type": "git",
"url": "git://github.com/ringo/stick.git"
}
],
"bugs": "http://github.com/ringo/stick/issues",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/ringo/stick/blob/master/LICENSE"
}
],
"engines": {
"ringojs": ">= 3.0.0"
},
"main": "lib/stick.js"
}