Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

Commit

Permalink
Add package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mboskamp committed Apr 18, 2018
1 parent d7cb01d commit 6b3d8ce
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 0 deletions.
66 changes: 66 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "mmm-pull",
"version": "1.0.0",
"description": "",
"main": "MMM-Pull.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"child_process": "^1.0.2",
"path": "^0.12.7",
"promise-reflect": "^1.1.0",
"simple-git": "^1.92.0"
}
}

0 comments on commit 6b3d8ce

Please sign in to comment.