forked from saltfactory/front-matter-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 901 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": "front-matter-editor",
"version": "0.1.0",
"description": "front-matter-editor help you to edit front-matter in markdown file ",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/saltfactory/front-matter-editor.git"
},
"keywords": [
"yaml",
"markdown",
"jekyll",
"front-matter",
"node"
],
"author": "SungKwang Song <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/saltfactory/front-matter-editor/issues"
},
"homepage": "https://github.com/saltfactory/front-matter-editor#readme",
"dependencies": {
"fs-filesysteminfo": "^1.0.6",
"gray-matter": "^2.0.2",
"k-gun-execsync": "^1.0.5",
"k-gun-fileinfo": "^1.0.2",
"mkdirp": "^0.5.1"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.5.3"
}
}