-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 755 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 755 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
{
"name": "note",
"version": "1.0.0",
"description": "",
"main": "monitor.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/linrui1994/note.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/linrui1994/note/issues"
},
"homepage": "https://github.com/linrui1994/note#readme",
"dependencies": {
"asciichart": "^1.5.7",
"chalk": "^2.3.0",
"html-pdf": "^2.2.0",
"html-pdf-chrome": "^0.4.3",
"log-update": "^2.3.0",
"markdown-it": "^8.4.1",
"measured": "^1.1.0"
},
"devDependencies": {
"eslint": "^4.18.2",
"express": "^4.16.2",
"markdown-it": "^8.4.1"
}
}