forked from braintree/braintree-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
82 lines (82 loc) · 2.26 KB
/
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "braintree-web",
"version": "3.83.0",
"license": "MIT",
"main": "src/index.js",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/braintree/braintree-web"
},
"scripts": {
"jsdoc": "./scripts/npm-to-gulp jsdoc",
"build": "./scripts/npm-to-gulp build",
"lint": "./scripts/npm-to-gulp lint",
"release": "./scripts/release",
"posttest": "npm run lint",
"test": "BRAINTREE_JS_ENV=development jest --config=jest.config.json"
},
"dependencies": {
"@braintree/asset-loader": "0.4.4",
"@braintree/browser-detection": "1.12.1",
"@braintree/class-list": "0.2.0",
"@braintree/event-emitter": "0.4.1",
"@braintree/extended-promise": "0.4.1",
"@braintree/iframer": "1.1.0",
"@braintree/sanitize-url": "5.0.2",
"@braintree/uuid": "0.1.0",
"@braintree/wrap-promise": "2.1.0",
"card-validator": "8.1.1",
"credit-card-type": "9.1.0",
"framebus": "5.1.2",
"inject-stylesheet": "5.0.0",
"promise-polyfill": "8.2.1",
"restricted-input": "3.0.4"
},
"devDependencies": {
"browserify": "^17.0.0",
"browserify-derequire": "^1.1.1",
"chai": "^4.3.4",
"chalk": "^4.1.2",
"check-ecmascript-version-compatibility": "0.1.1",
"del": "^6.0.0",
"dotenv": "^10.0.0",
"envify": "4.1.0",
"es6-shim": "^0.35.6",
"eslint": "^8.1.0",
"eslint-config-braintree": "^5.0.1",
"gulp": "^4.0.2",
"gulp-envify": "tomashanacek/gulp-envify#37d97bca9073ec4161957c69d774f1870fdb6e57",
"gulp-minifier": "^3.5.0",
"gulp-remove-code": "^3.0.2",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.3",
"gzip-size": "^6.0.0",
"jest": "^27.3.1",
"jsdoc": "^3.6.7",
"jsdoc-template": "braintree/jsdoc-template#3.2.0",
"loose-envify": "^1.0.0",
"merge-stream": "^2.0.0",
"mkdirp": "^1.0.4",
"mock-xmlhttprequest": "^7.0.4",
"posix-getopt": "1.2.0",
"readline-sync": "^1.4.10",
"requirejs": "^2.3.6",
"table": "^6.7.2",
"tmp": "^0.2.1",
"uglify-js": "^3.14.2",
"unreachable-branch-transform": "0.5.1",
"watchify": "^4.0.0"
},
"browserify": {
"transform": [
[
"envify",
{
"_": "purge"
}
],
"unreachable-branch-transform"
]
}
}