rscrollspy
Version:
React scroll spy component
24 lines (23 loc) • 534 B
JSON
{
"name": "rscrollspy",
"version": "2.0.2",
"description": "React scroll spy component",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"scripts": {
"prerelease": "npm run build",
"build": "tsc",
"release": "standard-version",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react",
"scroll-spy"
],
"author": "Stanislav Panferov <fnight.m@gmail.com>",
"license": "MIT",
"devDependencies": {
"@types/react": "^0.14.38",
"typescript": "^2.0.3"
}
}