-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 914 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 914 Bytes
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
{
"author": "Amine Mouafik <amine@continuous.in.th>",
"name": "reactcrm",
"description": "SDK for storefronts to process sales and communicate with React CRM.",
"version": "4.1.1",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/continuous-software/node-reactcrm"
},
"scripts": {
"test": "OXR_APP_ID=9feac8f89fcd492086f8644de9da1974 NODE_ENV='test' node ./node_modules/.bin/mocha ./test/ -R spec -t 35000"
},
"keywords": [
"crm",
"storefront",
"gateway",
"payment"
],
"license": "MIT",
"dependencies": {
"42-cent": "^1.0.0",
"bluebird": "^2.3.2",
"creditcard": "^0.1.1",
"money": "^0.2.0",
"object-assign": "^2.0.0",
"oxr": "^1.0.1",
"request": "^2.44.0",
"skeemas-json-pointer": "^1.0.0"
},
"devDependencies": {
"42-cent-base": "^0.8.0",
"mocha": "^2.2.5",
"nock": "^0.48.0"
}
}