-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 802 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 802 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
{
"name": "serverless-meta-sync",
"version": "0.1.0",
"description": "This plugin allows you to share your Serverless project's meta files via S3 bucket.",
"main": "lib/MetaSync.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/serverless/serverless-meta-sync.git"
},
"keywords": [
"serverless",
"plugin",
"sync"
],
"author": "Egor Kislitsyn <serverless.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/serverless/serverless-meta-sync/issues"
},
"homepage": "https://github.com/serverless/serverless-meta-sync#readme",
"dependencies": {
"bluebird": "^3.3.4",
"chalk": "^1.1.1",
"json-diff": "^0.3.1",
"lodash": "^4.6.1"
}
}