-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
57 lines (57 loc) · 1.5 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
{
"name": "scrollbear",
"version": "0.0.3",
"description": "Scrollbear is a tool that maintains the container scroll position when images loaded",
"devDependencies": {
"ava": "^0.12.0",
"babel-plugin-external-helpers": "^6.5.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-es2015-rollup": "^1.1.1",
"babel-register": "^6.6.5",
"babelify": "^7.2.0",
"bower": "~1.4.1",
"browserify": "^13.0.0",
"coveralls": "^2.11.9",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-jscs": "^3.0.2",
"gulp-plumber": "^1.1.0",
"gulp-print": "^2.0.1",
"gulp-rename": "^1.2.2",
"gulp-rollup": "^1.8.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.5",
"jsdom": "^8.1.0",
"nyc": "^6.1.1",
"rollup-plugin-commonjs": "^2.2.1",
"rollup-plugin-includepaths": "^0.1.2",
"rollup-plugin-node-resolve": "^1.5.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
},
"main": "index.js",
"scripts": {
"test": "nyc ava --serial test/*.js"
},
"ava": {
"require": [
"./test/helpers/browser-env.js"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/changbenny/scrollbear.git"
},
"keywords": [
"scroll"
],
"author": "changbenny",
"license": "MIT",
"bugs": {
"url": "https://github.com/changbenny/scrollbear/issues"
},
"homepage": "https://github.com/changbenny/scrollbear#readme"
}