forked from filamentgroup/snapper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 848 Bytes
/
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
{
"name": "fg-snapper",
"version": "3.3.0",
"description": "A CSS Snap-Points based carousel (and lightweight polyfill)",
"author": {
"name": "Scott Jehl, Filament Group, Inc.",
"url": "http://filamentgroup.com"
},
"main": "dist/snapper.js",
"repository": {
"type": "git",
"url": "git://github.com/filamentgroup/snapper.git"
},
"keywords": [
"CSS",
"snap points"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/filamentgroup/snapper/issues"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-cli": "~0.1.11",
"grunt-sass": "^1.1.0",
"matchdep": "^1.0.0",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-qunit": "^1.2.0"
},
"dependencies": {
"jquery": "3.4.1",
"fg-toss": "^0.2.3"
},
"scripts": {
"test": "grunt",
"build": "grunt"
}
}