forked from jwarby/jquery-awesome-cursor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
41 lines (41 loc) · 947 Bytes
/
bower.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
{
"name": "jquery-awesome-cursor",
"version": "0.3.1",
"description": "jQuery plugin for using FontAwesome icons as custom CSS cursors",
"keywords": [
"jquery-plugin",
"fontawesome",
"cursor",
"custom",
"css"
],
"homepage": "https://jwarby.github.io/jquery-awesome-cursor",
"bugs": {
"url": "http://github.com/jwarby/jquery-awesome-cursor/issues"
},
"author": "James Warwood <warwood.aj@gmail.com> (https://github.com/jwarby)",
"repository": {
"type": "git",
"url": "git+https://github.com/jwarby/jquery-awesome-cursor.git"
},
"license": "MIT",
"main": "dist/jquery.awesome-cursor.js",
"ignore": [
"node_modules",
"bower_components",
"test",
"src",
"package.json",
"_unified_manifest.json",
"Gruntfile.js",
"karma.conf.js",
"**/.*"
],
"dependencies": {
"jquery": "2.x"
},
"devDependencies": {
"qunit": "1.x",
"jquery": "2.x"
}
}