-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 896 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 896 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": "paystack-simple",
"version": "0.0.5",
"description": "A Framework/Library agnostic paystack wrapper",
"main": "dist/paystack.js",
"scripts": {
"build": "webpack --config webpack.config.js",
"test": "cypress run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ashinzekene/paystack-simple.git"
},
"keywords": [
"paystack",
"payment",
"react",
"angular",
"vue",
"transaction",
"money"
],
"author": "Ashinze Ekene",
"license": "MIT",
"bugs": {
"url": "https://github.com/ashinzekene/paystack-simple/issues"
},
"homepage": "https://github.com/ashinzekene/paystack-simple#readme",
"devDependencies": {
"cypress": "^3.1.5",
"eslint": "^5.12.1",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.16.0",
"webpack": "4.29.3",
"webpack-cli": "3.2.3"
}
}