-
Notifications
You must be signed in to change notification settings - Fork 86
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 790 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 790 Bytes
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
{
"name": "fomantic-ui-docs",
"title": "Fomantic UI Docs",
"description": "Fomantic empowers designers and developers by creating a shared vocabulary for UI.",
"homepage": "https://fomantic-ui.com",
"author": "Jack Lukic <jacklukic@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/fomantic/Fomantic-UI-Docs.git"
},
"dependencies": {
"docpad": "^6.83.2",
"docpad-plugin-babel": "^2.5.0",
"docpad-plugin-eco": "^2.8.0",
"docpad-plugin-partials": "^2.14.0",
"docpad-plugin-raw": "^2.9.0",
"docpad-plugin-serve": "^2.4.0"
},
"devDependencies": {
"docpad-plugin-ghpages": "github:docpad/docpad-plugin-ghpages#2.11.0"
},
"resolutions": {
"path-to-regexp": "^3.3.0",
"tmp": "^0.2.4"
}
}