-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbower.json
More file actions
34 lines (34 loc) · 804 Bytes
/
bower.json
File metadata and controls
34 lines (34 loc) · 804 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
33
34
{
"name": "skeleton",
"description": "Skeleton is a small library that lets you create models, lists, templates, client-side router, popups, events and bindings. It also provides utilities for painless online/offline network support, cookies, local storage, type checking, form handling and input caching",
"main": "skeleton.min.js",
"authors": [
"Guy Peer <guypeer8@gmail.com>"
],
"license": "MIT",
"keywords": [
"model",
"list",
"render",
"template",
"loop",
"bind",
"form",
"popup",
"event",
"router",
"online",
"offline",
"localstorage",
"network",
"cookies"
],
"homepage": "https://github.com/guypeer8/skeleton.js",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}