-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 896 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
{
"name": "@silvanite/vuepress-plugin-markdown-classes",
"version": "1.0.2",
"description": "Add class names to markdown generated html in VuePress",
"repository": {
"type": "git",
"url": "git+https://github.com/silvanite/vuepress-plugin-markdown-classes.git"
},
"main": "dist/index.js",
"files": [
"dist",
"readme.md"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c",
"watch": "rollup -mwc",
"prepublish": "npm run build"
},
"keywords": [
"vuepress",
"plugin",
"markdown"
],
"author": "Marco Mark <[email protected]>",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "7.3.1",
"rollup": "^1.1.2",
"rollup-plugin-babel": "^4.3.2"
}
}