forked from davidbierbauer/simplesite
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 785 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 785 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "simplesite",
"version": "3.0",
"description": "Static website publishing server.",
"keywords": ["publishing", "markdown"],
"homepage": "https://github.com/ringo/simplesite",
"maintainers": [],
"contributors": [],
"dependencies": {
"reinhardt": "https://github.com/orfon/reinhardt#b9ea31abfc073ad59b9081beb55d8d210fb4ff06",
"stick": "https://github.com/ringo/stick#fef00e1e766286fddb372d1dd48e3b8003ffebb4",
"commonmark": "https://github.com/botic/ringo-commonmark",
"gestalt": "https://github.com/orfon/gestalt"
},
"repositories": [{
"type": "git",
"url": "https://github.com/ringo/simplesite.git"
}],
"engines": {
"ringojs": ">= 3.0.0"
},
"main": "./main.js"
}