mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-03 23:09:17 -05:00
45 lines
1.3 KiB
JSON
Executable file
45 lines
1.3 KiB
JSON
Executable file
{
|
|
"name": "onscroll",
|
|
"description": "A scroll event binding with mobile support.",
|
|
"version": "0.0.3",
|
|
"author": {
|
|
"name": "Brian Peacock"
|
|
},
|
|
"main": "onScroll.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/bpeacock/onScroll"
|
|
},
|
|
"dependencies": {
|
|
"unopinionate": "0.0.x"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "~0.4.2",
|
|
"grunt-contrib-watch": "0.5.x",
|
|
"grunt-browserify": "1.3.x",
|
|
"grunt-less-browserify": "0.0.x",
|
|
"grunt-contrib-jshint": "0.8.x",
|
|
"grunt-contrib-uglify": "0.3.x",
|
|
"grunt-contrib-qunit": "~0.4.0",
|
|
"qunitjs": "~1.14.0",
|
|
"sinon": "~1.8.2"
|
|
},
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"scroll",
|
|
"on3"
|
|
],
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"readme": "onScroll\n========\n\nA scroll binding library with mobile support.\n\nUsage\n-----\n\nInstallation `npm install onscroll`\n\nDevelopment\n-----------\n\nTo Build: `grunt build`\n\nTo Develop: `grunt watch`\n\nTo Test: `npm test`\n",
|
|
"readmeFilename": "README.md",
|
|
"bugs": {
|
|
"url": "https://github.com/bpeacock/onScroll/issues"
|
|
},
|
|
"homepage": "https://github.com/bpeacock/onScroll",
|
|
"_id": "onscroll@0.0.3",
|
|
"_shasum": "7d01d9fa0ccca34ac3599c5011942289807bfec3",
|
|
"_from": "onscroll@>=0.0.3 <1.0.0-0",
|
|
"_resolved": "https://registry.npmjs.org/onscroll/-/onscroll-0.0.3.tgz"
|
|
}
|