You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pagePark/package.json

22 lines
455 B
JSON

9 years ago
{
9 years ago
"name": "PagePark",
"description": "A simple Node.js folder-based HTTP server that serves static and dynamic pages for domains.",
"author": "Dave Winer <dave@smallpicture.com>",
6 years ago
"version": "0.7.10",
9 years ago
"scripts": {
"start": "node pagepark.js"
},
"dependencies" : {
"request": "*",
"mime": "*",
7 years ago
"opmltojs": "*",
7 years ago
"daveutils": "*",
7 years ago
"nodejs-websocket": "*",
9 years ago
"marked": "*"
},
"license": "MIT",
"engines": {
"node": "0.10.*"
}
}