-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 827 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 827 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
{
"name": "ifpaytt",
"version": "0.0.2",
"description": "Trigger IFTTT actions with Bitcoin Lightning payments",
"bin": "dist/cli.js",
"main": "dist/app.js",
"scripts": {
"start": "src/cli.js",
"dist": "babel -d dist src",
"prepublishOnly": "npm run dist"
},
"repository": "https://github.com/ElementsProject/ifpaytt.git",
"keywords": [
"bitcoin",
"lightning",
"lightning-charge",
"ifttt",
"ifttt-maker",
"micropayments"
],
"author": "Nadav Ivgi",
"license": "MIT",
"dependencies": {
"babel-polyfill": "^6.26.0",
"express": "^4.16.2",
"js-yaml": "^3.10.0",
"meow": "^4.0.0",
"morgan": "^1.9.0",
"paypercall": "^0.1.3",
"superagent": "^3.8.2"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.1"
}
}