-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
76 lines (76 loc) · 1.71 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
{
"name": "hanzo.js",
"version": "2.5.13",
"description": "Ecommerce SDK for JavaScript and client for Hanzo.",
"homepage": "http://github.com/hanzoai/hanzo.js",
"bugs": "http://github.com/hanzoai/hanzo.js/issues",
"keywords": [
"browser",
"checkout",
"commerce",
"ecommerce",
"fulfillment",
"hanzo",
"orders",
"payments",
"preorders",
"products",
"referrals",
"shipping",
"site",
"subscriptions"
],
"main": "lib/hanzo.js",
"module": "lib/hanzo.mjs",
"js:next": "lib/hanzo.mjs",
"files": [
"lib/",
"src/"
],
"engines": {
"node": ">=4.0.0"
},
"author": "Hanzo, Inc <[email protected]> (https://hanzo.ai)",
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "http://github.com/hanzoai/hanzo.js"
},
"dependencies": {
"broken": "^0.1.13",
"es-cookies": "^2.1.18",
"es-xhr-promise": "^1.2.17",
"request": "^2.88.0"
},
"devDependencies": {
"bebop": "^1.15.2",
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
"co-mocha": "1.2.2",
"codecov.io": "^0.1.6",
"coffeescript": "2.4.1",
"connect": "3.7.0",
"coveralls": "3.0.7",
"es5-shim": "4.5.13",
"istanbul": "0.4.5",
"mocha": "6.2.2",
"mocha-lcov-reporter": "1.3.0",
"moment-timezone": "0.5.27",
"mz": "2.7.0",
"nightmare": "^3.0.2",
"postmortem": "^0.2.6",
"random-token": "0.0.8",
"sake-bundle": "^0.6.15",
"sake-cli": "^0.7.3",
"sake-outdated": "^0.4.4",
"sake-publish": "^0.1.17",
"sake-version": "^0.1.19",
"serve-static": "^1.14.1"
},
"scripts": {
"pretest": "sake build",
"build": "sake build",
"test": "sake test",
"prepublishOnly": "sake build:min"
}
}