-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
89 lines (89 loc) · 2.03 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
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "styledown2",
"description": "Write maintainable CSS styleguides using Markdown.",
"version": "2.0.0-pre12",
"author": "Rico Sta. Cruz <[email protected]>",
"bugs": {
"url": "https://github.com/styledown/styledown/issues"
},
"dependencies": {
"any-promise": "1.1.0",
"classnames": "2.2.5",
"hogan.js": "3.0.2",
"js-yaml": "3.6.0",
"jstransformer": "1.0.0",
"jstransformer-ejs": "^0.0.3",
"jstransformer-pug": "0.2.3",
"lodash.kebabcase": "4.0.1",
"lru-cache": "4.0.2",
"markdown-it": "6.0.1",
"markdown-it-named-headings": "1.1.0",
"meow": "3.7.0",
"mkdirp": "0.5.1",
"mz": "2.4.0",
"object-loops": "0.8.0",
"unidecode": "0.1.8"
},
"devDependencies": {
"ava": "0.18.1",
"babel-polyfill": "6.22.0",
"babel-preset-es2015": "6.6.0",
"babel-preset-stage-0": "6.5.0",
"babelify": "7.3.0",
"brfs": "1.4.3",
"browserify": "13.0.0",
"concurrently": "3.3.0",
"cssnano": "3.10.0",
"dedent": "0.7.0",
"docpress": "0.6.11",
"dom101": "1.3.0",
"git-update-ghpages": "1.3.0",
"github-markdown-css": "2.4.1",
"iframe-resizer": "3.5.10",
"jsdom": "9.10.0",
"nodemon": "1.11.0",
"normalize.css": "5.0.0",
"npm-run-all": "4.0.1",
"parallel": "1.1.0",
"postcss": "5.2.12",
"postcss-cli": "2.6.0",
"postcss-cssnext": "2.9.0",
"postcss-import": "9.1.0",
"raf": "3.3.0",
"redent": "2.0.0",
"serve": "3.3.0",
"uglify-js": "2.6.2"
},
"files": [
"assets",
"bin",
"cache",
"lib"
],
"homepage": "https://github.com/styledown/styledown2#readme",
"keywords": [
"css",
"markdown",
"styleguide"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/styledown/styledown2.git"
},
"scripts": {
"prepublish": "make -B cache",
"start": "make example",
"test": "ava"
},
"babel": {
"presets": [
"es2015",
"stage-0"
]
},
"engines": {
"node": ">= 6"
}
}