forked from liferay/alloyui.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 845 Bytes
/
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
{
"name": "alloyui.com",
"version": "1.0.0",
"description": "Alloy is a UI metaframework that provides a consistent and simple API for building web applications across all three levels of the browser: structure, style and behavior.",
"homepage": "http://alloyui.com",
"repository": {
"type": "git",
"url": "http://github.com/liferay/alloyui.com.git"
},
"engines": {
"node": ">=0.8.0",
"npm": ">=1.2.10"
},
"scripts": {
"test": "docpad generate"
},
"dependencies": {
"docpad-plugin-cleanurls": "2.5.1",
"docpad-plugin-eco": "2.0.2",
"docpad-plugin-highlightjs": "2.1.7",
"docpad-plugin-marked": "2.1.1",
"docpad-plugin-related": "2.0.5"
},
"devDependencies": {
"async": "0.2.9",
"command": "0.0.4",
"fs-extra": "0.6.4",
"grunt": "0.4.1",
"which": "1.0.5"
}
}