ampersand-infinite-scroll
Version:
Ampersand infinite scroll view
42 lines (41 loc) • 1.05 kB
JSON
{
"name": "ampersand-infinite-scroll",
"version": "0.1.0",
"description": "Ampersand infinite scroll view",
"main": "ampersand-infinite-scroll.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "node_modules/.bin/semistandard"
},
"pre-commit": [
"lint"
],
"repository": {
"type": "git",
"url": "https://github.com/JGAntunes/ampersand-infinite-scroll"
},
"keywords": [
"ampersand",
"view",
"infinite",
"scroll"
],
"author": "Joao Antunes <j.goncalo.antunes@gmail.com> (http://github.com/JGAntunes)",
"license": "MIT",
"bugs": {
"url": "https://github.com/JGAntunes/ampersand-infinite-scroll/issues"
},
"homepage": "https://github.com/JGAntunes/ampersand-infinite-scroll",
"dependencies": {
"ampersand-view": "^8.0.0",
"lodash.assign": "^3.2.0"
},
"devDependencies": {
"browserify": "^10.2.4",
"semistandard": "^6.1.2",
"pre-commit": "^1.0.10",
"tap-spec": "^4.0.2",
"tape": "^4.0.0",
"tape-run": "^1.0.0"
}
}