-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1006 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
37
38
39
40
41
42
43
44
45
46
{
"name": "proxy-generics-stripe",
"version": "0.0.19",
"description": "Proxy Generic Stripe.com",
"homepage": "https://cali-style.com",
"author": {
"name": "scott-wyatt",
"email": "scottwyatt86@gmail.com",
"url": "https://cali-style.com"
},
"main": "index.js",
"keywords": [
"proxy-engine",
"proxy-cart",
"proxy-generics",
"stripe",
"trailpack",
"trails",
"trailjs"
],
"dependencies": {
"stripe": "^5.3.0"
},
"devDependencies": {
"eslint": "^3.17.1",
"eslint-config-trails": "^2.0.0",
"lodash": "^4.11.1",
"mocha": "^2.4.5",
"smokesignals": "^2.0.0",
"supertest": "^2.0.1",
"trailpack-proxy-generics": "^2.1.0",
"trailpack-router": "^2.1.0",
"trails": "^2.0.0"
},
"scripts": {
"test": "eslint . && mocha"
},
"engines": {
"node": ">= 4.0.0"
},
"eslintConfig": {
"extends": "trails"
},
"repository": "git@github.com:CaliStyle/proxy-generics-stripe.git",
"license": "MIT"
}