-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 990 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
38
39
40
41
{
"name": "@deliverymanager/gitsync",
"version": "1.1.8",
"description": "Synchronize multiple git repos recursively",
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec --recursive",
"doc": "node ./jsdoc2md/doc.js"
},
"keywords": [],
"author": "ioanniswd",
"license": "ISC",
"preferGlobal": true,
"bin": {
"gitsync": "bin/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ioanniswd/gitsync.git"
},
"bugs": {
"url": "https://github.com/ioanniswd/gitsync/issues"
},
"homepage": "https://github.com/ioanniswd/gitsync#readme",
"dependencies": {
"any-promise": "^1.3.0",
"bluebird": "^3.5.1",
"cli-spinner": "^0.2.7",
"colors": "^1.1.2",
"find": "^0.2.7",
"lodash": "^4.17.4",
"minimist": "^1.2.0",
"prompt-promise": "^1.0.3",
"request": "^2.83.0"
},
"devDependencies": {
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"mocha": "^4.0.1"
}
}