1 | {
|
2 | "name": "cli-spinner",
|
3 | "version": "0.2.10",
|
4 | "author": "Pasquale Boemio <boemianrapsodi@gmail.com>",
|
5 | "contributors": [
|
6 | {
|
7 | "name": "Bryce Kahle"
|
8 | },
|
9 | {
|
10 | "name": "Brian Hirt"
|
11 | },
|
12 | {
|
13 | "name": "Nathan Bleigh"
|
14 | },
|
15 | {
|
16 | "name": "Kendrick Taylor"
|
17 | }
|
18 | ],
|
19 | "description": "A simple spinner",
|
20 | "main": "./index.js",
|
21 | "repository": {
|
22 | "type": "git",
|
23 | "url": "https://github.com/helloIAmPau/node-spinner.git"
|
24 | },
|
25 | "keywords": [
|
26 | "cli"
|
27 | ],
|
28 | "license": "MIT",
|
29 | "engines": {
|
30 | "node": ">=0.10"
|
31 | }
|
32 | }
|