-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 871 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
{
"name": "@blessingefkt/fibery-pipedream-integration",
"version": "0.0.6",
"dependencies": {
"fibery-unofficial": "^0.2.1",
"lodash.sortby": "^4.7.0"
},
"description": "Pipedream is a platform for running hosted, backend components. An HTTP Event Source is essentially a [RequestBin](https://requestbin.com) that can be managed via API.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/blessingefkt/fibery-pipedream-event-sources.git"
},
"author": "blessingefkt",
"license": "ISC",
"bugs": {
"url": "https://github.com/blessingefkt/fibery-pipedream-event-sources/issues"
},
"homepage": "https://github.com/blessingefkt/fibery-pipedream-event-sources#readme",
"keywords": [
"fibery",
"pipedream"
]
}