UNPKG

1.48 kBJSONView Raw
1{
2 "name": "scrolldir",
3 "version": "1.5.0",
4 "description": "Vertical scroll direction in CSS",
5 "main": "dist/scrolldir.js",
6 "module": "dist/scrolldir.es.js",
7 "unpkg": "dist/scrolldir.min.js",
8 "scripts": {
9 "test": "npm run test:acceptance && npm run test:es-check",
10 "test:acceptance": "node ./scripts/run-tests.js",
11 "test:es-check": "es-check es5 dist/scrolldir.auto.js dist/scrolldir.js dist/scrolldir.min.js dist/scrolldir.auto.min.js",
12 "build": "rollup --config rollup.config.js",
13 "lint": "eslint src/*.js --fix",
14 "postpublish": "git tag $npm_package_version && git push origin --tags"
15 },
16 "repository": {
17 "type": "git",
18 "url": "git+https://github.com/dollarshaveclub/scrolldir.git"
19 },
20 "keywords": [
21 "jquery",
22 "scroll",
23 "intent",
24 "scrollTop",
25 "position",
26 "javascript",
27 "window"
28 ],
29 "author": "Patrick Fisher <patrick@pwfisher.com>",
30 "license": "MIT",
31 "bugs": {
32 "url": "https://github.com/dollarshaveclub/scrolldir.git/issues"
33 },
34 "homepage": "https://github.com/dollarshaveclub/scrolldir.git",
35 "devDependencies": {
36 "@babel/core": "^7.0.0-beta.46",
37 "@babel/preset-env": "^7.0.0-beta.46",
38 "bower": "^1.7.9",
39 "es-check": "^5.0.0",
40 "eslint": "^5.0.1",
41 "node-qunit-phantomjs": "^2.0.0",
42 "qunit": "^2.6.2",
43 "rollup": "^0.68.0",
44 "rollup-plugin-babel": "^4.0.0-beta.0",
45 "rollup-plugin-replace": "^2.0.0",
46 "rollup-plugin-uglify": "^6.0.0"
47 }
48}