@butsandcats/sticky
Version:
Front end sticky scrolling
34 lines (33 loc) • 963 B
JSON
{
"name": "@butsandcats/sticky",
"version": "0.0.9",
"license": "ISC",
"author": "George Butter",
"description": "Front end sticky scrolling",
"browser": "lib/sticky.js",
"keywords": [
"Sticky",
"Scrolling",
"polyfill"
],
"devDependencies": {
"@babel/plugin-transform-template-literals": "^7.0.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-plugin-transform-es2015-template-literals": "^6.22.0",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-env": "^1.7.0",
"eslint": "^4.19.1",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0"
},
"scripts": {
"lint": "./node_modules/.bin/eslint sticky.js",
"fix": "npm run lint -- --fix",
"test": "npm run lint",
"build": "./node_modules/.bin/babel sticky.js -d lib"
}
}