-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 974 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 974 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
37
{
"name": "variable-stripe-button",
"version": "0.0.1",
"description": " A payment button for Stripe that accepts a variable amount and has serverless processing",
"main": "public/index.html\t",
"scripts": {
"prepush": "aero deploy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ivanoats/VariableStripeButton.git"
},
"keywords": [
"stripe",
"serverless",
"payments",
"ecommerce"
],
"author": "Ivan Storck",
"license": "MIT",
"bugs": {
"url": "https://github.com/ivanoats/VariableStripeButton/issues"
},
"homepage": "https://github.com/ivanoats/VariableStripeButton#readme",
"devDependencies": {
"eslint": "^3.19.0",
"eslint-config-standard": "^7.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-node": "^4.2.2",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^2.1.1",
"husky": "^0.13.3"
},
"dependencies": {
"purecss": "^0.6.2"
}
}