UNPKG

846 BJSONView Raw
1{
2 "name": "ora",
3 "version": "0.4.1",
4 "description": "Elegant terminal spinner",
5 "license": "MIT",
6 "repository": "sindresorhus/ora",
7 "author": {
8 "name": "Sindre Sorhus",
9 "email": "sindresorhus@gmail.com",
10 "url": "sindresorhus.com"
11 },
12 "engines": {
13 "node": ">=4"
14 },
15 "scripts": {
16 "test": "xo && ava"
17 },
18 "files": [
19 "index.js"
20 ],
21 "keywords": [
22 "cli",
23 "spinner",
24 "spinners",
25 "terminal",
26 "term",
27 "console",
28 "ascii",
29 "unicode",
30 "loading",
31 "indicator",
32 "progress",
33 "busy",
34 "wait",
35 "idle"
36 ],
37 "dependencies": {
38 "chalk": "^1.1.1",
39 "cli-cursor": "^2.1.0",
40 "cli-spinners": "^1.0.0",
41 "log-symbols": "^1.0.2"
42 },
43 "devDependencies": {
44 "ava": "*",
45 "get-stream": "^3.0.0",
46 "xo": "*"
47 },
48 "xo": {
49 "esnext": true
50 }
51}