-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
46 lines (46 loc) · 1.17 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
{
"name": "@assemblypayments/spi-client-js",
"version": "2.1.1",
"description": "JavaScript Client Library for Assembly Payments' In-Store Integration.",
"main": "karma.conf.js",
"scripts": {
"test": "karma start",
"transpile": "babel src --out-file ./dist/spi-client-js.js",
"build": "babel src --out-file ./dist/spi-client-js.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AssemblyPayments/spi-client-js.git"
},
"author": "Assembly Payments",
"license": "Apache-2.0",
"homepage": "https://github.com/AssemblyPayments/spi-client-js",
"dependencies": {
"aes-js": "^3.1.0",
"bn.js": "^4.11.8",
"jssha": "^2.3.1"
},
"devDependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"jasmine": "^2.8.0",
"karma": "^2.0.2",
"karma-chrome-launcher": "^2.2.0",
"karma-jasmine": "^1.1.1",
"karma-json-fixtures-preprocessor": "0.0.6"
},
"bugs": {
"url": "https://github.com/AssemblyPayments/spi-client-js/issues"
},
"directories": {
"test": "tests"
},
"keywords": [
"assembly",
"payments",
"spi",
"api",
"client"
]
}