Skip to content

Commit 0776e33

Browse files
authored
Create package.json
1 parent 76bba56 commit 0776e33

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

svn-bot/package.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "svn-monitor",
3+
"author": {
4+
"name": "Skitsanos",
5+
"email": "info@skitsanos.com"
6+
},
7+
"version": "1.0.0",
8+
"license": "MIT",
9+
"scripts": {
10+
"start": "node index.js"
11+
},
12+
"dependencies": {
13+
"commander": "^4.0.1",
14+
"node-svn-ultimate": "^1.2.1",
15+
"unirest": "^0.6.0"
16+
}
17+
}

0 commit comments

Comments
 (0)