-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
39 lines (39 loc) · 936 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": "hyperspace",
"version": "0.1.1",
"description": "render streams of html on the client and the server",
"main": "index.js",
"browser": "browser.js",
"dependencies": {
"domify": "~0.2.0",
"hyperglue": "~1.1.0",
"through": "~2.3.4"
},
"devDependencies": {
"shoe": "~0.0.11",
"hyperstream": "~0.2.0",
"brfs": "~0.0.5",
"slice-file": "~0.2.0"
},
"repository": {
"type": "git",
"url": "git://github.com/substack/hyperspace.git"
},
"homepage": "https://github.com/substack/hyperspace",
"keywords": [
"html",
"browser",
"server",
"render",
"seo",
"indexable",
"realtime",
"template"
],
"author": {
"name": "James Halliday",
"email": "[email protected]",
"url": "http://substack.net"
},
"license": "MIT"
}