forked from ckrack/scrollsnap-polyfill
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1007 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 1007 Bytes
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
{
"name": "scrollsnap-polyfill",
"version": "0.1.0",
"authors": [
{
"name": "Clemens Krack",
"email": "ckrack@gmail.com",
"url": "http://clemenskrack.com"
}
],
"devDependencies": {
"browser-sync": "^2.9.11",
"gulp": "^3.8.11",
"gulp-concat": "^2.5.2",
"gulp-plumber": "^1.0.1",
"gulp-strip-debug": "^1.0.2",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.7",
"node-notifier": "^4.3.1"
},
"description": "Polyfill for css scroll snap behaviour",
"main": "dist/scrollsnap-polyfill.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ckrack/scrollsnap-polyfill.git"
},
"keywords": [
"scroll-snap",
"scroll",
"scrollsnapping",
"polyfill"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/ckrack/scrollsnap-polyfill/issues"
},
"homepage": "https://github.com/ckrack/scrollsnap-polyfill#readme"
}