This repository was archived by the owner on Jun 21, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 1.82 KB
/
Copy pathpackage.json
File metadata and controls
75 lines (75 loc) · 1.82 KB
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "markdowndoc-theme-default",
"version": "0.6.0",
"description": "Default theme for MarkdownDoc.",
"author": {
"name": "Daniel Bannert",
"email": "d.bannert@anolilab.de"
},
"homepage": "https://github.com/MarkdownDoc/markdowndoc-theme-default",
"main": "dist",
"repository": {
"type": "git",
"url": "https://github.com/MarkdownDoc/markdowndoc-theme-default.git"
},
"directories": {
"test": "tests"
},
"bugs": {
"url": "https://github.com/MarkdownDoc/markdowndoc-theme-default/issues"
},
"license": "MIT",
"engines": {
"node": ">= 0.10.0"
},
"devDependencies": {
"babel-eslint": "^5.0.0-beta6",
"chai": "^3.4.1",
"eslint-config-airbnb": "4.0.0",
"eslint-plugin-react": "^3.16.1",
"foundation-sites": "^6.1.2",
"grunt": "^0.4.5",
"grunt-babel": "^6.0.0",
"grunt-bump": "^0.7.0",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-jshint": "^0.12.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-eslint": "^17.3.1",
"grunt-jscs": "^2.6.0",
"grunt-jsonlint": "^1.0.7",
"grunt-mocha-cli": "^2.0.0",
"grunt-sass": "^1.1.0",
"jshint-stylish": "^2.1.0",
"load-grunt-config": "^0.19.1",
"load-grunt-tasks": "^3.4.0",
"node-sass": "^3.4.2",
"time-grunt": "^1.3.0"
},
"keywords": [
"grunt",
"bin",
"front-end",
"development",
"dev",
"build",
"theme",
"markdowndoc",
"sass",
"scss",
"markdowndoc-theme-default",
"swig"
],
"dependencies": {
"babel-runtime": "^6.3.19",
"es6-denodeify": "^0.1.5",
"es6-promise": "^3.0.2",
"extend": "^3.0.0",
"fs-extra": "^0.26.4",
"html-minifier": "^1.1.1",
"swig": "^1.4.2",
"swig-extras": "^0.0.1"
}
}