react-inview-js
Version:
React Inview checker with only javascript
46 lines (45 loc) • 1.19 kB
JSON
{
"author": "Benton Rochester",
"name": "react-inview-js",
"version": "1.3.0",
"description": "React Inview checker with only javascript",
"main": "dist/index.js",
"standard": {
"parser": "babel-eslint"
},
"scripts": {
"start": "budo example.jsx --live --open -- -t babelify",
"prepublish": "npm run build",
"build": "babel ./src/ -d ./dist/"
},
"repository": {
"type": "git",
"url": "git://github.com/BausCode/react-inview.git"
},
"homepage": "https://github.com/BausCode/react-inview",
"keywords": [
"react",
"inview"
],
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.7.7",
"babel-eslint": "^6.0.3",
"babel-plugin-transform-class-properties": "^6.6.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babelify": "^7.2.0",
"budo": "^8.2.1",
"eslint-config-standard": "^5.2.0",
"eslint-config-standard-react": "^2.3.0",
"eslint-plugin-react": "^5.0.1",
"standard": "^6.0.8"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0 || ^16.0.0",
"react-dom": "^0.14.0 || ^15.0.0 || ^16.0.0"
},
"dependencies": {
"lodash": "^4.17.4"
}
}