-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 849 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
{
"name": "parcel-plugin-md-fm",
"version": "0.8.0",
"description": "Parcel plugin for loading markdown with parsed frontmatter",
"keywords": [
"parcel",
"plugin",
"parceljs",
"markdown",
"frontmatter"
],
"bugs": {
"url": "https://github.com/umstek/parcel-plugin-md-fm/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/umstek/parcel-plugin-md-fm.git"
},
"license": "MIT",
"author": "Wickramaranga Abeygunawardhana <[email protected]> (http://www.umstek.tk)",
"main": "index.js",
"scripts": {
"ci-gpr": "node scripts/prepare-gpr.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"gray-matter": "^4.0.2"
},
"devDependencies": {
"parcel-bundler": "1.12.5"
},
"peerDependencies": {
"parcel-bundler": "^1.12.5"
}
}