Bauke/tildes-issue-log
Bauke
/
tildes-issue-log
Archived
1
Fork 0
This repository has been archived on 2022-10-04. You can view files and clone it, but cannot push or open issues or pull requests.
tildes-issue-log/package.json

12 lines
197 B
JSON
Raw Normal View History

2018-06-24 16:38:50 +00:00
{
"scripts": {
"start": "node main.js",
"nodl": "node main.js --no-download"
},
"dependencies": {
2018-06-24 17:55:47 +00:00
"date-format": "^1.2.0",
2018-06-24 16:38:50 +00:00
"gitlab": "^3.4.2",
"klaw-sync": "^4.0.0"
}
}