forked from lamassu/lamassu-machine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.24 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
{
"name": "lamassu-machine",
"version": "0.5.20",
"dependencies": {
"async": "~0.2.9",
"bitcoin-address": "~0.1.0",
"bluebird": "~2.4.2",
"boom": "~2.6.1",
"bunyan": "~0.22.1",
"clim": "*",
"findit": "~1.1.0",
"fs-extra": "^0.14.0",
"fstream": "~0.1.24",
"jpeg": "~2.0.0",
"json-patch": "^0.5.0",
"lodash": "~2.4.1",
"manatee": "~0.2.0",
"minimist": "~0.2.0",
"nconf": "~0.6.9",
"node-forge": "~0.2.36",
"node-uuid": "~1.4.2",
"ramda": "^0.19.1",
"serialport": "^1.4.10",
"supyo": "~0.2.0",
"tar": "~0.1.8",
"wreck": "~5.1.0",
"ws": "~0.4.31"
},
"devDependencies": {
"change-case": "^2.2.0",
"istanbul": "~0.3.5",
"jasmine": "~2.1.0",
"mocha": "^2.2.1"
},
"repository": {
"type": "git",
"url": "git@github.com:lamassu/lamassu-machine.git"
},
"scripts": {
"pretest": "jshint bin lib ui/js/app.js"
},
"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/**"
]
}
}