-
Notifications
You must be signed in to change notification settings - Fork 487
/
package.json
64 lines (64 loc) · 1.83 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "sticky-sidebar",
"description": "A JavaScript plugin for making smart and high performance.",
"version": "3.3.1",
"author": "Ahmed Bouhuolia",
"email": "[email protected]",
"license": "The MIT License (MIT)",
"homepage": "https://github.com/abouolia/sticky-sidebar",
"main": "./dist/sticky-sidebar.js",
"module": "./src/sticky-sidebar.js",
"keywords": [
"sticky",
"affix",
"fixed",
"sidebar",
"javascript",
"jquery"
],
"files": [
"dist",
"src"
],
"bugs": {
"url": "https://github.com/abouolia/sticky-sidebar/issues"
},
"scripts": {
"build": "gulp",
"test": "mocha --compilers js:babel-core/register"
},
"repository": {
"type": "git",
"url": "https://github.com/abouolia/sticky-sidebar.git"
},
"devDependencies": {
"babel": "^6.23.0",
"babel-plugin-check-es2015-constants": "^6.22.0",
"babel-plugin-transform-es2015-arrow-functions": "^6.22.0",
"babel-plugin-transform-es2015-block-scoped-functions": "^6.22.0",
"babel-plugin-transform-es2015-block-scoping": "^6.24.1",
"babel-plugin-transform-es2015-classes": "^6.24.1",
"babel-plugin-transform-es2015-parameters": "^6.24.1",
"babel-plugin-transform-export-extensions": "^6.22.0",
"babel-preset-env": "^1.6.0",
"babel-register": "^6.26.0",
"chai": "^4.1.2",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-header": "^1.8.9",
"gulp-rename": "^1.2.2",
"gulp-rollup": "^2.14.0",
"gulp-sourcemaps": "^2.6.0",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"jquery": "^3.3.1",
"mocha": "^5.0.0",
"mock-raf": "^1.0.0",
"rollup": "^0.49.1",
"rollup-plugin-babel": "^3.0.2",
"rollup-plugin-commonjs": "^8.2.1",
"rollup-plugin-eslint": "^4.0.0",
"rollup-plugin-node-resolve": "^3.0.0",
"sinon": "^4.4.3"
}
}