-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 1003 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
{
"name": "schol",
"version": "0.1.4",
"description": "schol is a command line tool that makes it easy to write academic documents in Markdown, manage citations, and publish your work to the web.",
"main": "index.js",
"bin": "index.js",
"scripts": {
"test": "mocha"
},
"author": {
"name": "Jamie Czerwinski",
"email": "[email protected]"
},
"dependencies": {
"axios": "^0.18.0",
"citation-js": "^0.4.0-9",
"generator-schol": "^0.3.0",
"jstransformer-ejs": "^0.2.0",
"markdown-it": "^8.4.2",
"markdown-it-anchor": "^5.0.2",
"markdown-it-toc-done-right": "^2.0.3",
"metalsmith": "^2.3.0",
"metalsmith-browser-sync": "^1.1.1",
"metalsmith-layouts": "^2.2.0",
"metalsmith-rename": "^1.0.0",
"minimatch": "^3.0.4",
"yargs": "^12.0.2",
"yeoman-environment": "^2.3.3"
},
"license": "MIT",
"devDependencies": {
"diff": "^3.5.0",
"execa": "^1.0.0",
"mocha": "^5.2.0",
"rimraf": "^2.6.2"
}
}