faded
Version:
Standalone Javascript Plugin for creating visually hinted scroll views.
66 lines (65 loc) • 1.5 kB
JSON
{
"name": "faded",
"version": "0.1.1",
"description": "Standalone Javascript Plugin for creating visually hinted scroll views.",
"main": "./dist/fog.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "gulp",
"prod": "gulp -p"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nelsoncash/faded.git"
},
"keywords": [
"nelsoncash",
"scrollbar",
"scroll",
"list",
"fog",
"fade",
"faded",
"vanish",
"blend"
],
"author": "Nelson Cash",
"contributors": "FrankyMartz",
"license": "MIT",
"bugs": {
"url": "https://github.com/nelsoncash/faded/issues"
},
"homepage": "https://github.com/nelsoncash/faded#readme",
"eslintConfig": {
"env": {
"browser": true,
"commonjs": true,
"jasmine": true
},
"extends": "eslint:recommended"
},
"devDependencies": {
"browserify": "^11.0.0",
"browserify-derequire": "^0.9.4",
"bundle-collapser": "^1.2.1",
"eslint": "^1.9.0",
"gulp": "^3.9.0",
"gulp-jasmine": "^2.0.1",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-size": "^1.2.3",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.6",
"gulp-watch": "^4.3.4",
"jasmine": "^2.3.1",
"uglifyify": "^3.0.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.3.0"
},
"dependencies": {
"color": "^0.10.1",
"lodash": "^3.10.0",
"raf": "^3.1.0"
}
}