forked from jsuites/jsuites
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 1.01 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
{
"name": "jsuites",
"title": "A collection of common JavaScript plugins & web components",
"description": "jSuites is a collection of lightweight common required javascript plugins and web components. It is composed of fully responsive vanilla plugins to help you bring the best user experience to your projects, independent of the platform.",
"repository": {
"type": "git",
"url": "https://github.com/jsuites/jsuites.git"
},
"author": {
"name": "jSuites <[email protected]>"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jsuites/jsuites/blob/master/LICENSE"
}
],
"keywords": [
"javascript plugins"
],
"main": "dist/jsuites.js",
"version": "4.14.0",
"bugs": "https://github.com/jsuites/jsuites/issues",
"homepage": "https://github.com/jsuites/jsuites",
"docs": "https://jsuites.net",
"download": "https://github.com/jsuites/jsuites/archive/master.zip"
}