UNPKG

933 BJSONView Raw
1{
2 "name": "styledown",
3 "description": "Markdown-based styleguide generator",
4 "keywords": [
5 "markdown",
6 "css",
7 "styleguide"
8 ],
9 "author": "Rico Sta. Cruz <hi@ricostacruz.com>",
10 "version": "1.0.1",
11 "repository": {
12 "type": "git",
13 "url": "https://github.com/styledown/styledown.git"
14 },
15 "main": "index",
16 "scripts": {
17 "test": "mocha"
18 },
19 "dependencies": {
20 "cheerio": "0.17.0",
21 "highlight.js": "8.1.0",
22 "jade": "1.5.0",
23 "js-beautify": "1.5.1",
24 "marked": "0.3.1",
25 "mdconf": "0.0.2",
26 "mdextract": "^1.0.0",
27 "minimist": "^0.2.0",
28 "read-input": "^0.1.0"
29 },
30 "devDependencies": {
31 "chai": "~1.9.0",
32 "coffee-script": "~1.7.1",
33 "sinon": "~1.8.2",
34 "mocha": "~1.17.1",
35 "jsdom": "~0.10.1",
36 "supertest": "~0.9.0",
37 "express": "~3.4.8",
38 "browserify": "^5.9.1"
39 },
40 "bin": {
41 "styledown": "./bin/styledown"
42 },
43 "license": "MIT"
44}