-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
59 lines (59 loc) · 1.25 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": "cli-cube-timer",
"version": "1.3.0",
"description": "Rubik's Cube Timer for the Terminal-buff speedsolver",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"bin": {
"solve": "cli.js"
},
"preferGlobal": "true",
"author": "Siddharth Kannan <kannan.siddharth12@gmail.com>",
"repository": "icyflame/cli-cube-timer",
"license": "MIT",
"keywords": [
"cli-app",
"cli",
"rubiks",
"cube",
"solving",
"speedcubing",
"cubing",
"timer",
"competition",
"sync",
"statistics"
],
"dependencies": {
"async": "2.6.0",
"bar-horizontal": "0.2.1",
"charm": "1.0.2",
"cli-color": "1.2.0",
"configstore": "1.4.0",
"fast-csv": "0.6.0",
"fast-stats": "0.0.2",
"gh-gist-owner": "1.1.0",
"jsonfile": "2.4.0",
"keypress": "0.2.1",
"lodash.max": "4.0.1",
"lodash.min": "4.0.1",
"math-avg": "1.0.0",
"meow": "3.7.0",
"mkdirp": "0.5.1",
"moment": "^2.24.0",
"pretty-ms": "1.4.0",
"read": "1.0.7",
"remove-min-max": "1.0.0",
"request-json": "0.5.6",
"scrambo": "0.1.0",
"timer-stopwatch": "0.1.7",
"touch": "0.0.3",
"window-size": "0.1.4",
"xdg-basedir": "1.0.1"
},
"devDependencies": {
"mocha": "^4.0.0"
}
}