-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 1.03 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
{
"name": "ss-utils",
"title": "ServiceStack JavaScript Utils",
"version": "0.2.7",
"description": "ServiceStack's JavaScript library providing a number of convenience utilities in developing javascript web apps. Integrates with ServiceStack's Server features including Error Handling, Validation and Server Events",
"homepage": "https://github.com/ServiceStack/ss-utils",
"bugs": "https://github.com/ServiceStack/Issues",
"main": "ss-utils.js",
"types": "ss-utils.d.ts",
"files": [
"ss-utils.js",
"ss-utils.d.ts"
],
"author": {
"name": "ServiceStack",
"email": "team@servicestack.net",
"url": "https://servicestack.net"
},
"repository": {
"type": "git",
"url": "https://github.com/ServiceStack/ss-utils.git"
},
"keywords": [
"servicestack",
"utils",
"validation",
"form-binding",
"bootstrap-forms",
"ajax",
"serverevents",
"declarative",
"events",
"error-handling",
"data-binding"
],
"licenses": [],
"dependencies": {
"jquery": ">=2.0.0"
}
}