-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
40 lines (40 loc) · 736 Bytes
/
bower.json
File metadata and controls
40 lines (40 loc) · 736 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
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "styledoc",
"main": "styledoc.js",
"version": "0.0.8",
"homepage": "https://github.com/thybzi/styledoc",
"authors": [
"Evgeni Dmitriev <thybzi@gmail.com>"
],
"description": "Parser and showcase generator for JavaDoc-like comments in CSS, LESS, SASS etc.",
"dependencies": {
"jquery": "^1.11.1 || ^2.1.1",
"mustache": "^0.8.2"
},
"moduleType": [
"amd",
"globals",
"node"
],
"keywords": [
"styledoc",
"cssdoc",
"docblock",
"documentor",
"showcase",
"presentation",
"generator",
"css",
"less",
"sass",
"scss",
"stylus"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"tests"
]
}