mirror of
https://github.com/chuot/rdio-scanner.git
synced 2026-08-13 16:33:01 -06:00
13 lines
247 B
JSON
13 lines
247 B
JSON
{
|
|
"name": "rdio-scanner",
|
|
"version": "3.1.0",
|
|
"private": true,
|
|
"main": "run.js",
|
|
"scripts": {
|
|
"start": "node run.js",
|
|
"update": "node update.js"
|
|
},
|
|
"author": "Chrystian Huot",
|
|
"license": "LICENSE"
|
|
}
|