UNPKG

363 BJSONView Raw
1{
2 "name": "cli-spinner",
3 "version": "0.1.2",
4 "author": "Pasquale Boemio <boemianrapsodi@gmail.com>",
5 "description": "A simple spinner",
6 "main": "./index.js",
7 "repository": {
8 "type": "git",
9 "url": "https://github.com/helloIAmPau/node-spinner.git"
10 },
11 "keywords": [
12 "cli"
13 ],
14 "license": "MIT",
15 "engines": {
16 "node": ">=0.8"
17 }
18}