forked from mjackson/strata
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 847 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
{
"name": "strata",
"version": "0.15.1",
"author": "Michael Jackson <[email protected]>",
"description": "A modular, streaming HTTP server",
"keywords": ["web", "server", "framework", "middleware", "rack", "jsgi", "wsgi"],
"homepage": "http://stratajs.org",
"engines": {
"node": ">= 0.4.7"
},
"repository": {
"type": "git",
"url": "git://github.com/mjijackson/strata.git"
},
"dependencies": {
"usererror": "~1.0.1",
"bufferedstream": "~1.0.1",
"mime": "1.2.3",
"strftime": "0.4.6",
"markdown": "~0.3.1"
},
"devDependencies": {
"vows": "0.6.0",
"mustache": "0.3.1-dev"
},
"main": "./lib",
"bin": {
"strata": "./bin/strata"
},
"scripts": {
"test": "vows test/*_test.js"
}
}