forked from Patternslib/Patterns
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.37 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": "patternslib",
"version": "2.0.12",
"title": "Markup patterns to drive behaviour.",
"description": "Patternslib 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"
},
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/patternslib/patterns/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/Patternslib/patterns.git"
},
"devDependencies": {
"bower": "latest",
"generator-patternslib": "0.2.1",
"http-server": "^0.7.5",
"jshint": "~0.9.1",
"pegjs": "0.7.0",
"phantom-jasmine": "0.1.8",
"phantomjs": "^1.9.18",
"requirejs": "",
"yo": "^1.4.8"
},
"homepage": "https://gitub.com/Patternslib/Patterns",
"docs": "http://patternslib.com/",
"maintainers": [
{
"name": "Cornelis Kolbach",
"url": "http://cornae.com"
},
{
"name": "JC Brand",
"email": "[email protected]",
"url": "https://www.opkode.com"
},
{
"name": "Syslab.com GmbH",
"email": "[email protected]",
"url": "http://www.syslab.com"
}
]
}