-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
46 lines (46 loc) · 1.15 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "js-skeleton",
"version": "3.6.3",
"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",
"directories": {
"example": "examples"
},
"repository": {
"type": "git",
"url": "git+https://github.com/guypeer8/skeleton.js.git"
},
"keywords": [
"model",
"list",
"render",
"template",
"loop",
"bind",
"form",
"popup",
"event",
"router",
"online",
"offline",
"localstorage",
"network",
"cookies"
],
"author": "Guy Peer <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/guypeer8/skeleton.js/issues"
},
"homepage": "https://github.com/guypeer8/skeleton.js#readme",
"dependencies": {
"express": "^4.13.4"
},
"devDependencies": {
"babel-preset-es2015": "^6.9.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.3"
}
}