-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 735 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 735 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "svn-interface",
"description": "SVN Interface for Node.js",
"keywords": ["svn", "subverstion"],
"version": "0.5.0",
"license": "MIT",
"author": "Ian McCall <imccall@da-puck.com> (http://www.da-puck.com/)",
"contributors": [
{
"name": "George Petrov",
"url": "http://www.dmxzone.com/"
},
{
"name": "BobBuehler",
"url": "https://github.com/BobBuehler"
},
{
"name": "Xiao",
"url": "https://github.com/WholeMilk"
}
],
"main": "./svn",
"repository": {
"type": "git",
"url": "https://github.com/dapuck/node-svn-interface.git"
},
"homepage": "https://github.com/dapuck/node-svn-interface",
"dependencies": {
"xml2js": "~0.4.0"
}
}