forked from paquettea/node-svn-info
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 797 Bytes
/
package.json
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
32
33
34
35
36
37
{
"name": "svn-info",
"description": "Parse svn info.",
"version": "0.2.1",
"homepage": "https://github.com/jtrussell/node-svn-info",
"author": {
"name": "jtrussell",
"email": "[email protected]",
"url": "jrussell.me"
},
"repository": {
"type": "git",
"url": "git://github.com/jtrussell/node-svn-info.git"
},
"bugs": {
"url": "https://github.com/jtrussell/node-svn-info/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jtrussell/node-svn-info/blob/master/LICENSE-MIT"
}
],
"main": "lib/svn-info",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt test"
},
"keywords": [],
"dependencies": {
"lodash": "^3.10.1",
"shelljs": "~0.2.6",
"xml2js": "^0.4.10"
}
}