-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
45 lines (45 loc) · 1.06 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
{
"name": "sassdoc-theme-default",
"description": "SassDoc's default theme",
"title": "SassDoc Default Theme",
"author": "SassDoc team",
"version": "2.8.6",
"keywords": [
"sassdoc-theme"
],
"repository": {
"type": "git",
"url": "https://github.com/SassDoc/sassdoc-theme-default.git"
},
"license": "MIT",
"files": [
"index.js",
"assets",
"views",
"dist",
"default.json",
"index.js",
"LICENSE.md",
"README.md"
],
"packageManager": "yarn@1.22.22+sha256.c17d3797fb9a9115bf375e31bfd30058cac6bc9c3b8807a3d8cb2094794b51ca",
"dependencies": {
"babel-runtime": "^6.22.0",
"chroma-js": "^1.2.2",
"es6-denodeify": "^0.1.0",
"es6-promise": "^4.2.6",
"extend": "^3.0.2",
"fs-extra": "^2.0.0",
"html-minifier": "^3.5.21",
"nunjucks": "^3.1.7",
"sassdoc-extras": "^2.5.0"
},
"devDependencies": {
"babel-cli": "^6.22.2",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-preset-latest": "^6.22.0",
"sass": "^1.74.1",
"standard": "^8.6.0",
"uglify-js": "^2.4.15"
}
}