forked from pin3da/notebook-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.09 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.09 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
{
"name": "notebook-generator",
"version": "1.4.6",
"description": "Notebook generator for programming contest. (or \"something useful to share your code in pdf\")",
"main": "notebookgen.js",
"scripts": {
"test": "standard"
},
"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": "^2.19.0",
"latex": "0.0.1",
"through2": "^2.0.0",
"tmp": "0.0.33"
},
"bin": {
"notebook-generator": "./bin/notebookgen"
},
"devDependencies": {
"standard": "^12.0.1"
}
}