chaosc-fetcher/package.json

14 lines
270 B
JSON
Raw Normal View History

2013-01-22 12:18:05 +00:00
{
"name": "chaosc-fetcher",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "nodemon cosmfetcher.js"
},
"dependencies": {
"assert": "*",
"restify": "*",
"node-osc": "*",
"dateformat": "*"
}
}