-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.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
{
"name": "node-emerchantpay",
"version": "1.0.1",
"description": "Parameter Signing for Communicating with eMerchantPay Forms",
"main": "./lib/index.js",
"scripts": {
"test": "gulp test",
"coveralls": "gulp report-coverage"
},
"author": {
"name": "Vincent Briglia",
"url": "https://github.com/vincentbriglia"
},
"license": "ISC",
"dependencies": {
"debug": "^3.1.0",
"lodash": "^4.17.5",
"sorted-object": "^2.0.1"
},
"devDependencies": {
"chai": "^4.1.2",
"eslint": "^4.18.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-prettier": "^2.6.0",
"gulp": "^3.9.1",
"gulp-codacy": "^1.0.0",
"gulp-coveralls": "^0.1.4",
"gulp-debug": "^3.2.0",
"gulp-eslint": "^4.0.2",
"gulp-istanbul": "^1.1.3",
"gulp-mocha": "^5.0.0",
"mocha": "^5.0.1",
"mocha-sinon": "^2.0.0",
"prettier": "^1.10.2",
"sinon": "^4.3.0"
},
"directories": {
"lib": "lib",
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/vincentbriglia/node-emerchantpay.git"
},
"keywords": [
"emerchantpay"
],
"bugs": {
"url": "https://github.com/vincentbriglia/node-emerchantpay/issues"
},
"homepage": "https://github.com/vincentbriglia/node-emerchantpay"
}