- Add serve.py to resolve clean Quartz URLs to .html files - Regenerate Quartz site with correct baseUrl http://100.118.5.51:9120 - 196 HTML files emitted; all internal links now resolve
21 lines
570 B
JSON
21 lines
570 B
JSON
{
|
|
"name": "quartz",
|
|
"description": "A module to interface node with transmission-daemon",
|
|
"author": "Robin Duckett <robin.duckett@gmail.com>",
|
|
"version": "0.0.1",
|
|
"keywords": ["transmission", "quartz", "transmission-daemon"],
|
|
"dependencies": {
|
|
"request": "*",
|
|
"underscore": "*"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/robinduckett/quartz"
|
|
},
|
|
"bugs": {
|
|
"email": "robin.duckett+quartz@gmail.com",
|
|
"url": "http://github.com/robinduckett/quartz/issues"
|
|
},
|
|
"main": "./quartz.js",
|
|
"engine": "node 0.6.0"
|
|
} |