forked from maxime-colin/styledown
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (44 loc) · 976 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
35
36
37
38
39
40
41
42
43
44
45
{
"name": "@lahautesociete/styledown",
"description": "Markdown-based styleguide generator",
"keywords": [
"markdown",
"css",
"styleguide"
],
"author": "Rico Sta. Cruz <[email protected]>",
"version": "2.0.3",
"repository": {
"type": "git",
"url": "https://github.com/la-haute-societe/styledown.git"
},
"main": "index",
"scripts": {
},
"dependencies": {
"cheerio": "0.22.0",
"highlight.js": "8.1.0",
"jade": "1.11.0",
"js-beautify": "1.5.1",
"marked": "0.3.1",
"mdconf": "0.0.2",
"mdextract": "^1.0.0",
"minimist": "^0.2.0",
"read-input": "^0.1.0"
},
"devDependencies": {
"browserify": "^5.9.1",
"chai": "~1.9.0",
"coffee-script": "~1.7.1",
"console-polyfill": "^0.1.2",
"express": "~3.4.8",
"jsdom": "~0.10.1",
"mocha": "~1.17.1",
"sinon": "~1.8.2",
"supertest": "~0.9.0"
},
"bin": {
"styledown": "./bin/styledown"
},
"license": "MIT"
}