-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 800 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 800 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
32
33
34
35
36
37
{
"name": "fis-command-svn",
"description": "A fis subversion client tool",
"version": "0.0.1",
"main": "svn.js",
"bin": {
"fis-svn": "bin/svn"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/exp-team/fis-command-svn.git"
},
"dependencies": {
"fis": "1.9.14"
},
"keywords": [
"fis",
"fis-command-svn"
],
"bugs": {
"url": "https://github.com/exp-team/fis-command-svn/issues"
},
"author": {
"name": "sobird"
},
"licenses": [
{
"type": "GNU",
"url": "https://github.com/exp-team/fis-command-svn/blob/master/LICENSE"
}
],
"readme": "# fis-command-svn\r\na fis subversion client tool\r\n",
"readmeFilename": "README.md"
}