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

20 lines
410 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.48.0",
"scripts": {
"start": "node pagepark.js"
},
"dependencies" : {
"request": "*",
"mime": "*",
"opmlparser": "*",
"marked": "*"
},
"license": "MIT",
"engines": {
"node": "0.10.*"
}
}