This repository has been archived on 2024-01-26. You can view files and clone it, but cannot push or open issues or pull requests.
termintool/package.json

12 lines
239 B
JSON
Raw Normal View History

2013-01-15 22:32:31 +01:00
{ "name": "termintool"
, "version": "0.0.1"
, "engines": ["node >= 0.8.0"]
, "main": "termine.js"
, "dependencies":
{ "mustache": "latest"
2013-01-15 22:32:31 +01:00
, "jsdom": "latest"
, "nodemailer": "latest"
, "strftime": "latest"
2013-01-15 22:32:31 +01:00
}
}