forked from Patternslib/Patterns
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1.01 KB
/
package.json
File metadata and controls
32 lines (32 loc) · 1.01 KB
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
{
"name": "Patterns",
"version": "1.0",
"title": "Markup patterns to drive behaviour.",
"description":
"Patterns is a JavaScript library that enables designers to build rich interactive prototypes without the need for writing any Javascript. All events are triggered by classes and other attributes in the HTML, without abusing the HTML as a programming language. Accessibility, SEO and well structured HTML are core values of Patterns.",
"author": {"name": "Patterns developers"},
"licenses": [
{"type: "BSD", "URL": "LICENSE.txt"}
],
"dependencies": {
"jquery": ">1.7"
},
"homepage": "https://gitub.com/Patternslib/Patterns",
"docs": "http://readthedocs.org/docs/patterns",
"maintainers": [
{
"name": "Wichert Akkerman",
"email": "wichert@wiggy.net",
"url": "http://www.wiggy.net"
},
{
"name": "Cornelis Kolbach",
"url": "http://cornae.com"
},
{
"name": "Florian Friesdorf",
"email": "flo@chaoflow.net"
}
],
"files": ["dist/patterns.js"]
}