react-stuck
Version:
React component which loosely implements `position: sticky`
46 lines (45 loc) • 1.29 kB
JSON
{
"name": "react-stuck",
"version": "2.0.0",
"description": "React component which loosely implements `position: sticky`",
"main": "lib/Stuck.js",
"scripts": {
"test": "mocha -r should -r test/util/test-helper.js --compilers js:babel/register test/*.jsx",
"test-watch": "mocha -G -w -R min -r should -r test/util/test-helper.js --compilers js:babel/register test/*.jsx",
"build": "babel ./src --out-dir ./lib",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/areusjs/react-stuck.git"
},
"keywords": [
"react-component",
"stuck",
"sticky",
"position:sticky"
],
"author": "nemtsov@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/areusjs/react-stuck/issues"
},
"dependencies": {
"react": ">=0.14.0-rc1 <0.15.0",
"react-dom": ">=0.14.0-rc1 <0.15.0",
"react-addons-pure-render-mixin": ">=0.14.0-rc1 <0.15.0",
"dom-helpers": "^1.2.4",
"lodash": "^3.10.1"
},
"devDependencies": {
"babel": "^5.8.23",
"babel-eslint": "^4.1.2",
"jsdom": "^3.1.2",
"mocha": "^2.2.3",
"proxyquire": "^1.4.0",
"react": "^0.14.0-rc1",
"react-addons-test-utils": "^0.14.0-rc1",
"should": "^5.2.0",
"sinon": "^1.14.1"
}
}