-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
43 lines (43 loc) · 932 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
38
39
40
41
42
43
{
"name": "blog",
"version": "1.0.0",
"description": "博客",
"dependencies": {
"express": "^4.14.0",
"fs-extra": "^1.0.0",
"prismjs": "^1.6.0",
"remarkable": "^1.7.1",
"tracer": "^0.8.7"
},
"devDependencies": {
"@types/chai": "^4.1.7",
"@types/fs-extra": "0.0.35",
"@types/mocha": "^5.2.5",
"@types/rewire": "^2.5.28",
"chai": "^3.5.0",
"mocha": "^3.2.0",
"rewire": "^2.5.2",
"standard": "^12.0.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"exe": "node app/lib/parse.js"
},
"standard": {
"env": [
"mocha",
"node"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/jiangyuan/blog.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jiangyuan/blog/issues"
},
"homepage": "https://github.com/jiangyuan/blog#readme"
}