-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
36 lines (36 loc) Β· 911 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
28
29
30
31
32
33
34
35
36
{
"name": "stripe-mongoose-api",
"version": "1.0.0",
"description": "Stripe Mongoose Api is a Mongoose plugin that simplifies building checkout and payment system for apis with stripe.",
"main": "index.js",
"scripts": {
"test": "node ./test/app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MoscatelliMarco/api-system-stripe-gateaway.git"
},
"keywords": [
"javascript",
"stripe",
"api",
"express",
"expressjs"
],
"author": "Moscatelli Marco",
"license": "MIT",
"bugs": {
"url": "https://github.com/MoscatelliMarco/api-system-stripe-gateaway/issues"
},
"homepage": "https://github.com/MoscatelliMarco/api-system-stripe-gateaway#readme",
"dependencies": {
"colors": "^1.4.0",
"crypto": "^1.0.1",
"mongoose": "^6.2.4",
"stripe": "^8.207.0"
},
"directories": {
"lib": "lib",
"test": "test"
}
}