10000 Merge pull request #1 from rvpanoz/develop · rvpanoz/sndc@3d51688 · GitHub
[go: up one dir, main page]

Skip to content

Commit

Permalink
Merge pull request #1 from rvpanoz/develop
Browse files Browse the repository at this point in the history
Initial commit
  • Loading branch information
rvpanoz authored Aug 18, 2018
2 parents cbb02c3 + 60f4a80 commit 3d51688
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
Empty file modified .gitignore
100644 → 100755
Empty file.
Empty file modified LICENSE
100644 → 100755
Empty file.
Empty file modified README.md
100644 → 100755
Empty file.
20 changes: 20 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "sndc",
"version": "1.0.0",
"description": "soundcloud downloader",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rvpanoz/sndc.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/rvpanoz/sndc/issues"
},
"homepage": "https://github.com/rvpanoz/sndc#readme"
}

0 comments on commit 3d51688

Please sign in to comment.
0