forked from jsuites/jsuites
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.24 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
{
"name": "jsuites",
"title": "Javascript common web components collection",
"description": "jSuites is a collection of lightweight common required javascript 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/paulhodel/jsuites.git"
},
"author": {
"name": "Paul Hodel <[email protected]>",
"url": "https://www.linkedin.com/in/paulhodel"
},
"maintainers": [
{
"name": "Paul Hodel",
"email": "[email protected]",
"url": "http://paulhodel.com"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/paulhodel/jsuites/blob/master/LICENSE"
}
],
"keywords": [
"javascript plugins"
],
"main": "dist/jsuites.js",
"version": "2.7.2",
"bugs": "https://github.com/paulhodel/jsuites/issues",
"homepage": "https://github.com/paulhodel/jsuites",
"docs": "https://bossanova.uk/jsuites",
"download": "https://github.com/paulhodel/jsuites/archive/master.zip"
}