forked from colelawrence/Touch-Splitter-jQuery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 890 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
{
"name": "touch-splitter-jquery",
"description":"A simple splitter bar system with event triggers, compatible with touch screen devices",
"version": "0.5.1",
"main": "src/jquery.touchsplitter.js",
"files": [
"src/jquery.touchsplitter.js",
"src/touchsplitter.css"
],
"dependencies": {},
"author":
{
"name":"Cole Lawrence",
"email":"[email protected]",
"url":"http://zombiehippie.com"
},
"homepage": "https://github.com/ZombieHippie/Touch-Splitter-jQuery",
"bugs": {
"url": "https://github.com/ZombieHippie/Touch-Splitter-jQuery/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/ZombieHippie/Touch-Splitter-jQuery.git"
},
"licenses": [
{
"type": "Creative Commons Attribution-ShareAlike 3.0 Unported License",
"url": "http://creativecommons.org/licenses/by-sa/3.0/"
}
]
}