-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 836 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 836 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
28
29
30
31
{
"name": "marko-progressive-rendering",
"version": "1.0.1",
"description": "Sample Express-based server app that demonstrates progressive rendering with Marko",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/raptorjs/raptor-samples.git"
},
"author": "Patrick Steele-idem <pnidem@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/raptorjs/raptor-samples/issues"
},
"homepage": "https://github.com/raptorjs/raptor-samples",
"engines": {
"node": "0.10.x"
},
"dependencies": {
"browser-refresh-taglib": "^1.0.2",
"compression": "^1.2.0",
"express": "^4.9.4",
"marko": "^3.0.0-rc.1",
"marko-widgets": "^6.0.0-alpha.1",
"lasso": "^2.0.0",
"serve-static": "^1.6.2"
}
}