-
Notifications
You must be signed in to change notification settings - Fork 177
/
package.json
42 lines (42 loc) · 917 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
39
40
41
42
{
"name": "jquery.pep.js",
"description": "Kinetic drag for mobile & desktop",
"version": "0.6.10",
"homepage": "http://pep.briangonzalez.org",
"author": {
"name": "Brian Gonzalez",
"email": "me@briangonzalez.org",
"url": "briangonzalez.org",
"twitter": "@brianmgonzalez"
},
"repository": {
"type": "git",
"url": "git@github.com:briangonzalez/jquery.pep.js.git"
},
"bugs": {
"url": "https://github.com/briangonzalez/jquery.pep.js/issues"
},
"licenses": [
{
"type": "MIT",
"url": "pep.briangonzalez.org/blob/master/LICENSE-MIT"
}
],
"dependencies": {
"jquery": "*"
},
"keywords": [
"drag",
"touch",
"mobile",
"kinetic",
"inertia"
],
"devDependencies": {
"grunt-shell": "~0.3.0",
"shelljs": "~0.1.4",
"jquery": "~1.8.3",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-qunit": "~0.4.0"
}
}