react-spy-scroll
Version:
Scrollspy components for react
75 lines (74 loc) • 2.3 kB
JSON
{
"name": "react-spy-scroll",
"version": "0.2.2",
"description": "Scrollspy components for react",
"main": "./dist/index.js",
"scripts": {
"test": "mocha test/.setup.js test/**/*-test.js --compilers js:babel-core/register",
"tdd": "mocha -w test/.setup.js test/**/*-test.js --compilers js:babel-core/register",
"build": "npm test && npm run lint && npm run babel",
"babel": "set NODE_ENV=production && babel src/ --out-dir dist",
"lint": "esw src/ test/",
"lintdev": "esw -w src/ test/",
"prepublish": "in-publish && npm run build || not-in-publish",
"dev": "npm-run-all --parallel tdd lintdev",
"coverage": "nyc npm test",
"codecov": "nyc npm test && nyc report --reporter=text-lcov > coverage.lcov && codecov",
"circle": "npm run lint && npm run codecov"
},
"keywords": [
"react",
"scroll",
"spy"
],
"repository": {
"type": "git",
"url": "https://github.com/nutgaard/react-scroll-spy"
},
"bugs": {
"url": "https://github.com/nutgaard/react-scroll-spy/issues"
},
"homepage": "https://github.com/nutgaard/react-scroll-spy",
"author": "Nicklas Utgaard",
"license": "X11",
"devDependencies": {
"babel-cli": "6.18.0",
"babel-core": "6.21.0",
"babel-eslint": "7.1.1",
"babel-loader": "6.2.10",
"babel-plugin-rewire": "1.0.0",
"babel-polyfill": "6.20.0",
"babel-preset-es2015": "6.18.0",
"babel-preset-react": "6.16.0",
"babel-preset-stage-2": "6.18.0",
"chai": "3.5.0",
"codecov": "1.0.1",
"enzyme": "3.3.0",
"enzyme-adapter-react-16": "1.1.1",
"eslint": "3.12.2",
"eslint-config-airbnb": "13.0.0",
"eslint-plugin-import": "2.2.0",
"eslint-plugin-jsx-a11y": "2.2.3",
"eslint-plugin-react": "6.8.0",
"eslint-watch": "2.1.14",
"in-publish": "2.0.0",
"jsdom": "9.9.0",
"mocha": "3.2.0",
"npm-run-all": "3.1.2",
"nyc": "^10.0.0",
"prop-types": "^15.5.8",
"react": "16.2.0",
"react-addons-test-utils": "15.4.1",
"react-dom": "16.2.0",
"sinon": "1.17.6",
"webpack": "1.14.0",
"webpack-dev-server": "1.16.2"
},
"peerDependencies": {
"react": "^0.14.7 || ^15.0.1 || ^16.0",
"react-dom": "^0.14.7 || ^15.0.1 || ^16.0"
},
"dependencies": {
"tween-functions": "^1.2.0"
}
}