-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 712 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 712 Bytes
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
{
"name": "mithril-isomorphic-example",
"version": "2.0.0",
"description": "Example isomorphic mithril application",
"main": "index.js",
"author": "Stephan Hoyer <ste.hoyer@gmail.com>",
"license": "MIT",
"engines": {
"node": ">=4.0.0"
},
"repository": "https://github.com/StephanHoyer/mithril-isomorphic-example",
"dependencies": {
"@aminya/xmlhttprequest": "1.8.2",
"body-parser": "1.20.2",
"browserify-middleware": "8.1.1",
"compression": "1.7.4",
"domready": "1.0.8",
"express": "5.0.0-beta.1",
"mithril": "2.2.2",
"mithril-node-render": "3.0.2"
},
"devDependencies": {
"brfs": "2.0.2",
"browserify": "17.0.0",
"prettier": "3.1.0"
}
}