-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
96 lines (96 loc) · 2.29 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "el-controls",
"version": "1.2.44",
"description": "Some basic controls for el.js.",
"homepage": "http://github.com/hanzo-io/el-controls",
"repository": "github:hanzo-io/el-controls",
"bugs": "http://github.com/hanzo-io/el-controls/issues",
"author": "Hanzo, Inc <hi@hanzo.io>",
"license": "BSD-3-Clause",
"keywords": [
"browser",
"checkout",
"commerce",
"crowdfunding",
"ecommerce",
"el.js",
"fulfillment",
"hanzo",
"orders",
"payments",
"preorders",
"products",
"referrals",
"shipping",
"site",
"subscriptions"
],
"main": "lib/el-controls.js",
"module": "lib/el-controls.mjs",
"files": [
"lib/",
"src/",
"templates"
],
"engines": {
"node": ">=4.0.0"
},
"scripts": {
"build": "sake build",
"pretest": "sake build",
"prepublishOnly": "sake build:min",
"test": "sake test"
},
"dependencies": {
"broken": "^0.1.13",
"el.js": "^2.1.37",
"es-raf": "^3.3.1",
"es-selectize": "^0.12.10",
"es-tween": "^0.1.0",
"es6-tween": "^5.3.1",
"gmaps": "0.4.24",
"qrcode-lite": "^1.2.2",
"shop.js-util": "^0.0.7",
"uglify-es": "github:mishoo/UglifyJS2#harmony",
"zepto-modules": "^1.0.1"
},
"devDependencies": {
"autoprefixer": "^9.4.4",
"bebop": "^1.15.1",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"clean-css": "^4.2.1",
"co-mocha": "1.2.2",
"codecov.io": "^0.1.6",
"coffeescript": "2.3.2",
"connect": "3.6.6",
"coveralls": "3.0.2",
"css-mqpacker": "7.0.0",
"debug": "^4.1.1",
"es5-shim": "^4.5.12",
"istanbul": "^0.4.5",
"lost": "^8.3.0",
"lost-stylus": "^0.1.3",
"mocha": "^5.2.0",
"mocha-lcov-reporter": "^1.3.0",
"mz": "^2.7.0",
"nightmare": "^3.0.1",
"postcss-discard-comments": "^4.0.1",
"postmortem": "^0.2.6",
"poststylus": "^1.0.0",
"pug": "^2.0.3",
"random-token": "^0.0.8",
"referential": "^0.5.23",
"rucksack-css": "^1.0.2",
"rupture": "^0.7.1",
"sake-bundle": "^0.6.14",
"sake-cli": "^0.7.2",
"sake-core": "^1.6.7",
"sake-outdated": "^0.4.4",
"sake-publish": "^0.1.17",
"sake-version": "^0.1.19",
"serve-static": "^1.13.2",
"stylus": "^0.54.5",
"uglify-js": "github:mishoo/UglifyJS2#harmony"
}
}