rdio-scanner/package.json
2019-11-18 13:06:09 -05:00

13 lines
247 B
JSON

{
"name": "rdio-scanner",
"version": "2.0.0",
"private": true,
"main": "run.js",
"scripts": {
"start": "node run.js",
"update": "node update.js"
},
"author": "Chrystian Huot",
"license": "LICENSE"
}