-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 981 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 981 Bytes
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
{
"name": "@nareshr/remarkjs-themes",
"version": "1.0.2",
"description": "Wavemaker theming and templating base for remarkjs.",
"repository": {
"type": "git",
"url": "https://github.com/rnaresh/remark-custom-theme.git"
},
"keywords": [
"remarkjs",
"WaveMaker",
"theme"
],
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/rnaresh/remark-custom-theme/issues"
},
"homepage": "https://github.com/rnaresh/remark-custom-theme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"markdown-to-slides": "1.0.5"
},
"devDependencies": {
"dotenv": "^8.2.0",
"grunt": "1.0.4",
"grunt-contrib-clean": "2.0.0",
"grunt-contrib-copy": "1.0.0",
"grunt-run": "^0.8.1",
"matchdep": "2.0.0",
"optimist": "^0.6.1",
"remark": "11.0.2"
}
}