UNPKG

515 BJSONView Raw
1{
2 "name": "io-spin",
3 "version": "0.2.1",
4 "description": "TJ Holowaychuk's go-spin node.js port",
5 "main": "spin.js",
6 "scripts": {
7 "test": "node example/spin.js"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/egoist/io-spin.git"
12 },
13 "keywords": [
14 "spin",
15 "tj",
16 "terminal"
17 ],
18 "author": "EGOIST <0x142857@gmail.com",
19 "license": "MIT",
20 "bugs": {
21 "url": "https://github.com/egoist/io-spin/issues"
22 },
23 "homepage": "https://github.com/egoist/io-spin"
24}