-
Notifications
You must be signed in to change notification settings - Fork 57
/
package.json
49 lines (49 loc) · 1.12 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
{
"name": "notebook-generator",
"version": "1.4.7",
"description": "Notebook generator for programming contest. (or \"something useful to share your code in pdf\")",
"main": "notebookgen.js",
"scripts": {
"test": "standard",
"fix-standard": "standard --fix"
},
"keywords": [
"pdf",
"notebook-icpc",
"programming",
"contest",
"hacker",
"competitive",
"coding",
"codechef",
"codeforces",
"ACM",
"ICPC",
"codejam",
"hackerrank"
],
"author": "Manuel Pineda <[email protected]> (http://github.com/pin3da)",
"contributors": [
"Diego Alejandro Restrepo <[email protected]> (https://github.com/Diegores14)"
],
"repository": {
"type": "git",
"url": "http://github.com/pin3da/notebook-generator"
},
"bugs": {
"url": "http://github.com/pin3da/notebook-generator/issues"
},
"license": "MPL-2.0",
"dependencies": {
"commander": "^7.0.0",
"latex": "0.0.1",
"through2": "^4.0.2",
"tmp": "0.2.1"
},
"bin": {
"notebook-generator": "./bin/notebookgen"
},
"devDependencies": {
"standard": "^16.0.3"
}
}