UNPKG

1.35 kBJSONView Raw
1{
2 "name": "scrolldir",
3 "version": "1.2.0",
4 "description": "Vertical scroll direction in CSS",
5 "main": "dist/scrolldir.min.js",
6 "scripts": {
7 "test": "gulp test",
8 "start": "rollup -c && rollup -c --environment entry:.auto && gulp",
9 "postpublish": "git tag $npm_package_version && git push origin --tags"
10 },
11 "repository": {
12 "type": "git",
13 "url": "git+https://github.com/dollarshaveclub/scrolldir.git"
14 },
15 "keywords": [
16 "jquery",
17 "scroll",
18 "intent",
19 "scrollTop",
20 "position",
21 "javascript",
22 "window"
23 ],
24 "author": "Patrick Fisher <patrick@pwfisher.com>",
25 "license": "MIT",
26 "bugs": {
27 "url": "https://github.com/dollarshaveclub/scrolldir.git/issues"
28 },
29 "homepage": "https://github.com/dollarshaveclub/scrolldir.git",
30 "devDependencies": {
31 "babel-preset-es2015-rollup": "^1.2.0",
32 "bower": "^1.7.9",
33 "eslint": "^3.9.1",
34 "eslint-config-airbnb": "^12.0.0",
35 "eslint-plugin-import": "^2.1.0",
36 "gulp": "^3.9.1",
37 "gulp-header": "^1.8.8",
38 "gulp-rename": "^1.2.2",
39 "gulp-uglify": "^2.0.0",
40 "node-qunit-phantomjs": "^1.4.0",
41 "rollup": "^0.36.3",
42 "rollup-plugin-babel": "^2.6.1",
43 "rollup-plugin-commonjs": "^5.0.5",
44 "rollup-plugin-eslint": "^3.0.0",
45 "rollup-plugin-node-resolve": "^2.0.0",
46 "rollup-plugin-uglify": "^1.0.1"
47 }
48}