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
Tim Schumacher 273d3c2729 Init
2013-01-15 22:32:31 +01:00

12 lines
273 B
JSON

{ "name": "termintool"
, "version": "0.0.1"
, "engines": ["node >= 0.8.0"]
, "main": "termine.js"
, "dependencies":
{ "ejs": "*"
, "ejs-ext": "latest"
, "jsdom": "latest"
, "email-templates": "latest"
, "nodemailer": "latest"
}
}