forked from SAP-archive/docpad-skeleton-apidocs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
36 lines (36 loc) · 914 Bytes
/
bower.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
{
"name": "simepleapidocsskeleton",
"description": "Simple API Doc Skeleton in a template project based on DocPad that you can use to quickly build an API documentation portal.",
"main": "node_modules/docpad/bin/docpad-server",
"authors": [
"Wookiee Team <wookiee> (https://wiki.hybris.com/display/prodandtech/PAAS8+Team+Wookiee)"
],
"license": "Apache 2.0",
"keywords": [
"devportal-skeleton",
"docpad"
],
"homepage": "https://yaas.io",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"resolutions": {
"jquery": "^2.2.3"
},
"dependencies": {
"jquery": "^2.2.3",
"hyTechne": "^1.3.0",
"underscore": "^1.8.3",
"list.js": "^1.2.0",
"lscache": "^1.0.5",
"highlight": "^9.3.0",
"zeroclipboard": "^2.2.0",
"modernizr": "2.6.2",
"kjur-jsrsasign": "jsrsasign#^5.0.12"
}
}