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

{
"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>",
"version": "0.7.10",
"scripts": {
"start": "node pagepark.js"
},
"dependencies" : {
"request": "*",
"mime": "*",
"opmltojs": "*",
"daveutils": "*",
"nodejs-websocket": "*",
"marked": "*"
},
"license": "MIT",
"engines": {
"node": "0.10.*"
}
}