@knod/prose-stepper
Version:
Navigate through the words and sentences of prose text, stepping backward and forward sequentially
42 lines (41 loc) • 914 B
JSON
{
"name": "@knod/prose-stepper",
"version": "2.0.1",
"description": "Navigate through the words and sentences of prose text, stepping backward and forward sequentially",
"main": "dist/prose-stepper.js",
"scripts": {
"build": "browserify dist/prose-stepper.js -o bundle.js",
"test": "jasmine"
},
"repository": {
"type": "git",
"url": "git+https://github.com/knod/prose-stepper.git"
},
"keywords": [
"navigate",
"prose",
"text",
"step",
"playback",
"forward",
"backward",
"rewind",
"fast-forward",
"play",
"stepper",
"sequence",
"linear"
],
"author": "knod",
"license": "MIT",
"bugs": {
"url": "https://github.com/knod/prose-stepper/issues"
},
"homepage": "https://github.com/knod/prose-stepper#readme",
"devDependencies": {
"jasmine": "^2.5.3"
},
"dependencies": {
"@knod/hyphenaxe": "^1.0.2"
}
}