forked from sugarcoat/sugarcoat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 1.54 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "sugarcoat",
"version": "0.3.1",
"description": "Making documentation a bit sweeter ✨",
"dependencies": {
"commander": "^2.9.0",
"comment-parser": "^0.3.0",
"glob": "^6.0.1",
"handlebars": "^4.0.3",
"js-beautify": "^1.5.10",
"lodash": "^3.10.1",
"mkdirp": "^0.5.1",
"npmlog": "^2.0.0",
"path": "^0.12.7"
},
"engines": {
"node": ">= 4.0.0"
},
"license": "MIT",
"bin": {
"sugarcoat": "generators/pattern-library/bin/index.js"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/SapientNitroLA/sugarcoat.git"
},
"bugs": {
"url": "https://github.com/SapientNitroLA/sugarcoat/issues"
},
"homepage": "https://github.com/SapientNitroLA/sugarcoat",
"contributors": [
{
"name": "Ali Groening",
"url": "https://github.com/tisAliG"
},
{
"name": "Ryan Fitzer",
"url": "https://github.com/ryanfitzer"
},
{
"name": "Valerie Balcom",
"url": "https://github.com/vbalcom"
}
],
"keywords": [
"sugar",
"coat",
"sugarcoat",
"docs",
"documentation",
"pattern",
"library",
"pattern library",
"patternlibrary",
"pattern-library",
"ui",
"ui library",
"uilibrary",
"ui-library",
"component",
"component library",
"componentlibrary",
"component-library",
"style",
"guide",
"style guide",
"styleguide",
"style-guide",
"comment",
"docblock",
"parse",
"parser",
"automated",
"assembler"
]
}