chaosc-fetcher/package.json

14 lines
270 B
JSON

{
"name": "chaosc-fetcher",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "nodemon cosmfetcher.js"
},
"dependencies": {
"assert": "*",
"restify": "*",
"node-osc": "*",
"dateformat": "*"
}
}