-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
46 lines (46 loc) · 1.14 KB
/
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
44
45
46
{
"name": "md-svg-vue",
"version": "1.0.20",
"description": "Server Side Material Design Icons (SVG) for Vue.js",
"main": "index.js",
"repository": "[email protected]:IPRIT/md-svg-vue.git",
"homepage": "github.com/IPRIT/md-svg-vue",
"keywords": [
"mdi",
"vue",
"vuejs",
"vue.js",
"material",
"design",
"icons",
"icon",
"server",
"server side",
"ssr"
],
"bugs": {
"url": "https://github.com/IPRIT/md-svg-vue/issues"
},
"author": "Alexander Belov <[email protected]>",
"license": "MIT",
"scripts": {
"clean": "rm -rf dist",
"prebuild": "npm run clean && mkdir dist",
"build": "node build.js && cp *LICENSE dist && cp *.md dist",
"release": "node ./node_modules/.bin/standard-version"
},
"peerDependencies": {
"vue": "^2.5.13"
},
"devDependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.24.1",
"babel-plugin-transform-export-extensions": "^6.22.0",
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.24.1",
"json-format": "^1.0.1",
"lodash": "^4.17.4",
"standard-version": "^4.2.0",
"material-design-icons": "^3.0.1"
}
}