UNPKG

1.13 kBJSONView 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": "0.2.0",
11 "repository": {
12 "type": "git",
13 "url": "https://github.com/rstacruz/styledown.git"
14 },
15 "main": "index",
16 "scripts": {
17 "test": "./node_modules/.bin/mocha -R spec --recursive --compilers coffee:coffee-script/register",
18 "autotest": "./node_modules/.bin/mocha -R min --recursive --compilers coffee:coffee-script/register --watch"
19 },
20 "devDependencies": {
21 "chai": "~1.9.0",
22 "coffee-script": "~1.7.1",
23 "sinon": "~1.8.2",
24 "mocha": "~1.17.1",
25 "jsdom": "~0.10.1",
26 "supertest": "~0.9.0",
27 "express": "~3.4.8",
28 "browserify": "~3.30.2"
29 },
30 "bin": {
31 "styledown": "./bin/styledown"
32 },
33 "license": "MIT",
34 "dependencies": {
35 "cheerio": "0.13.0",
36 "highlight.js": "~8.0.0",
37 "html": "0.0.7",
38 "jade": "~1.1.5",
39 "marked": "~0.3.1",
40 "mdconf": "0.0.2",
41 "mdextract": "^1.0.0",
42 "minimist": "^0.2.0",
43 "read-input": "^0.1.0"
44 }
45}