-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (34 loc) · 915 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
{
"name": "ClickFocus",
"version": "0.1",
"title": "Click and focus on an entity",
"author": {
"name": "Peng Yu",
"url": "https://github.com/pengyu"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
},
{
"type": "GPL",
"url": "http://www.opensource.org/licenses/gpl-license.php"
}
],
"dependencies": {
"Craftty": ">0.4"
},
"description": "Click and focus on an entity with this component, and blur on clicking background or other entities without this component.",
"jsfiddle": "http://jsfiddle.net/cFKkvMzmdD/ESYNB",
"keywords": [
"click",
"focus",
"blur",
"background"
],
"homepage": "https://github.com/pengyu/Crafty-ClickFocus",
"files": [
"clickfocus.js"
]
}