-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
44 lines (44 loc) · 1.62 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
{
"name": "ploneintranet-patterns",
"version": "0.0.1",
"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": "Plone Intranet Community"},
"licenses": [
{"type": "BSD", "URL": "LICENSE.txt"}
],
"dependencies": {},
"devDependencies": {
"bower": "*",
"grunt": "~0.4.4",
"grunt-cli": "~0.1.13",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-jshint": "~0.9.2",
"grunt-contrib-less": "~0.11.0",
"grunt-contrib-requirejs": "~0.4.3",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-cssmin": "~0.9.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-autoprefixer": "~0.7.2",
"grunt-sed": "~0.1.1",
"less": "~1.7.0",
"jshint": "~0.9.1",
"pegjs": "0.7.0",
"phantom-jasmine": "0.1.8",
"phantomjs": "1.9.2-0",
"requirejs": "~2.1.11"
},
"homepage": "https://gitub.com/ploneintranet/ploneintranet.theme",
"docs": "http://patternslib.com/",
"maintainers": [
{
"name": "Plone Intranet Community",
"email": "[email protected]"
}
],
"repository" : {
"type" : "git",
"url" : "[email protected]:ploneintranet/ploneintranet.theme.git"
}
}