forked from matype/postcss-style-guide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 780 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
32
33
34
{
"name": "postcss-style-guide",
"version": "0.14.0",
"description": "PostCSS plugin to generate a style guide automatically",
"main": "index.js",
"scripts": {
"test": "tape test/*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/morishitter/postcss-style-guide/git"
},
"keywords": [
"style-guide",
"postcss-plugin"
],
"author": "Masaaki Morishita",
"license": "MIT",
"dependencies": {
"css-annotation": "^0.6.0",
"css-annotation-block": "^0.1.0",
"cssnano": "^3.0.1",
"ejs": "^2.3.1",
"highlight.js": "^8.5.0",
"is-color": "^0.2.0",
"marked": "^0.3.3",
"mkdirp": "^0.5.1",
"postcss": "^5.0.2",
"psg-theme-default": "^1.0.0"
},
"devDependencies": {
"tape": "^4.0.0"
}
}