-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 915 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 915 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
32
{
"name": "touch-splitter-jquery",
"description": "A simple splitter bar system with event triggers, compatible with touch screen devices",
"version": "0.6.0",
"main": "src/jquery.touchsplitter.js",
"files": [
"src/jquery.touchsplitter.js",
"src/touchsplitter.css"
],
"dependencies": {
"coffeescript": "^1.12.7"
},
"author": {
"name": "Cole Lawrence",
"email": "cole@zombiehippie.com",
"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/"
}
]
}