bytespin
Version:
spinner nanocomponent that cycles through a given list of characters
35 lines (34 loc) • 843 B
JSON
{
"name": "bytespin",
"version": "2.0.7",
"description": "spinner nanocomponent that cycles through a given list of characters",
"main": "index.js",
"scripts": {
"test": "node test",
"start:example": "budo example/index.js --live --open --dir example",
"build": "bankai build example/index.js dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kareniel/bytespin.git"
},
"keywords": [
"nanocomponent",
"spinner"
],
"author": "kareniel",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/kareniel/bytespin/issues"
},
"homepage": "https://github.com/kareniel/bytespin#readme",
"dependencies": {
"bel": "^5.1.7",
"nanocomponent": "^6.5.2"
},
"devDependencies": {
"bankai": "^9.15.2",
"budo": "^11.6.3",
"choo": "^6.13.3"
}
}