forked from winstromming/sassdown
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.27 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
{
"name": "node-sassdown",
"description": "Node tool for building living styleguides with Handlebars from Markdown comments in CSS, Sass and LESS files. Ported from sassdown.",
"version": "0.0.6",
"author": {
"name": "Marco Solazzi",
"email": "[email protected]",
"url": "http://www.fevr.it"
},
"contributors": [
{
"name": "Jesper Hills",
"email": "[email protected]",
"url": "http://www.nopr.co"
}
],
"homepage": "https://github.com/fevrcoding/node-sassdown",
"repository": {
"type": "git",
"url": "git://github.com/fevrcoding/node-sassdown.git"
},
"bugs": {
"url": "https://github.com/fevrcoding/issues"
},
"licenses": [
{
"type": "Creative Commons",
"url": "http://creativecommons.org/licenses/by-sa/3.0/deed.en_US"
}
],
"main": "lib/sassdown.js",
"engines": {
"node": "~0.12.0"
},
"devDependencies": {
"grunt": "0.4.5",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-jshint": "0.11.3",
"grunt-contrib-nodeunit": "0.4.1"
},
"dependencies": {
"mkdirp": "0.5.1",
"cssmin": "0.4.3",
"glob": "5.0.15",
"handlebars": "4.0.3",
"highlight.js": "8.8.0",
"html-entities": "1.1.3",
"junk": "1.0.2",
"lodash": "3.10.1",
"marked": "0.3.5"
}
}