-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 895 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
{
"name": "@flipp/meta-sync",
"version": "0.0.0",
"description": "sync plugin for meta",
"main": "index.js",
"bin": {
"meta-sync": "./bin/meta-sync",
"meta-sync-all": "./bin/meta-sync-all",
"meta-sync-copyhook": "./bin/meta-sync-copyhook"
},
"scripts": {
"test": "npm test"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/dmorner/meta-sync.git"
},
"keywords": [
"meta-sync",
"meta",
"repo",
"repository",
"metarepository",
"metarepo"
],
"author": "[email protected]",
"license": "ISC",
"bugs": {
"url": "https://github.com/dmorner/meta-sync/issues"
},
"homepage": "https://github.com/dmorner/meta-sync#readme",
"dependencies": {
"commander": "^2.9.0",
"debug": "^2.3.3",
"get-meta-file": "0.0.5",
"syncprompt": "2.0.0",
"glob": "7.1.3",
"fs-extra": "*"
}
}