Skip to content

Commit

Permalink
Added Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stoprocent committed Aug 2, 2014
1 parent 6b27eae commit 6f4c9a9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
16 changes: 14 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"name": "itc-report",
"version": "0.0.1",
"description": "node.js iTunes Connect Reporting module",
"main": "index.js",
"main": "./index.js",
"bin": {
"itcreport": "./bin/cli.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand All @@ -22,5 +25,14 @@
"bugs": {
"url": "https://github.com/stoprocent/itc-report/issues"
},
"homepage": "https://github.com/stoprocent/itc-report"
"homepage": "https://github.com/stoprocent/itc-report",
"dependencies": {
"path": "~0.4.9",
"commander": "~2.3.0",
"colors": "~0.6.2",
"underscore": "~1.6.0",
"moment": "~2.8.1",
"request": "~2.39.0",
"cheerio": "~0.17.0"
}
}

0 comments on commit 6f4c9a9

Please sign in to comment.