-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 725 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 725 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
{
"name": "jquery-aim",
"version": "0.0.0",
"description": "A jQuery plugin to make webistes more usable by guessing which element is going to be hovered/clicked",
"main": "jquery.aim.js",
"directories": {
"example": "examples"
},
"dependencies": {
"grunt": "~0.4.5"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-uglify": "~0.5.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/cihadturhan/jquery-aim.git"
},
"keywords": [
"jquery-aim"
],
"author": "Cihad Turhan",
"license": "BSD",
"bugs": {
"url": "https://github.com/cihadturhan/jquery-aim/issues"
}
}