forked from lamassu/lamassu-machine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
91 lines (91 loc) · 2.1 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
{
"name": "lamassu-machine",
"license": "Unlicense",
"version": "7.0.0",
"dependencies": {
"async": "~0.2.9",
"base-x": "^3.0.0",
"bignumber.js": "^4.0.1",
"bs58check": "^2.0.2",
"cashaddrjs": "~0.2.8",
"clim": "*",
"crypto-js": "^3.1.9-1",
"delay": "^3.0.0",
"ethereumjs-icap": "^0.3.1",
"findit": "~1.1.0",
"fs-extra": "^0.14.0",
"fstream": "~0.1.24",
"got": "^7.1.0",
"immutable": "^3.8.1",
"left-pad": "^1.1.0",
"lodash": "^4.17.4",
"machina": "^2.0.0",
"minimist": "^1.2.0",
"nfc-pcsc": "^0.6.1",
"node-forge": "^0.7.1",
"p-any": "^1.1.0",
"p-do-whilst": "^0.1.0",
"p-series": "^1.0.0",
"p-settle": "^2.0.0",
"pcsclite": "^0.6.0",
"pify": "^3.0.0",
"rxjs": "^5.4.2",
"serialport": "^6.0.0-beta1",
"speaker": "^0.4.0",
"tar": "~0.1.8",
"tinycolor2": "^1.4.1",
"u2f": "^0.1.3",
"uuid": "^3.1.0",
"wav": "^1.0.1",
"ws": "^3.1.0",
"xstate": "^3.0.4"
},
"optionalDependencies": {
"jpeg-turbo": "lamassu/node-jpeg-turbo",
"manatee": "2.0.2",
"v4l2camera": "1.0.4"
},
"devDependencies": {
"ava": "^0.21.0",
"babel-cli": "^6.24.1",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.0",
"benchmark": "^2.1.4",
"microtime": "^2.1.7",
"p-whilst": "^1.0.0",
"parse5": "^4.0.0",
"standard": "^11.0.1",
"x-ray": "^2.3.2"
},
"repository": {
"type": "git",
"url": "git@github.com:lamassu/lamassu-machine.git"
},
"scripts": {
"pretest": "jshint bin lib ui/js/app.js",
"test": "ava",
"build": "babel ui/src/app.js -s -o ui/js/app.js",
"autoprefix": "postcss ui/css/main.css --no-map --use autoprefixer -d build/css"
},
"gypfile": true,
"standard": {
"ignore": [
"lib/id003/contrib/**",
"hardware/**",
"ui/js/vendor/**",
"ui/js/locales.js",
"ui/js/debug.js",
"ui/js/keyboard.js",
"ui/flag-icon-css/**",
"tools/**",
"test/**",
"scratch/**",
"i18n/**",
"deploy/**",
"build/**"
]
},
"browserslist": [
"Chrome >= 29"
]
}