-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.22 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
47
48
49
50
51
{
"name": "vue-logdown",
"version": "0.1.0",
"description": "logdown plugin for awesome frontend logging",
"main": "dist/vue-logdown.min.js",
"typings": "types/index.d.ts",
"files": [
"dist",
"types/index.d.ts",
"types/logdown.d.ts",
"types/vue.d.ts"
],
"license": "MIT",
"scripts": {
"start": "cross-env NODE_ENV=production webpack --mode=production"
},
"keywords": [
"logdown",
"plugin",
"vue"
],
"devDependencies": {
"@babel/core": "^7.0.0-beta.51",
"@babel/plugin-syntax-dynamic-import": "^7.0.0-beta.51",
"@babel/preset-env": "^7.0.0-beta.51",
"babel-loader": "^8.0.0-beta",
"cross-env": "^5.2.0",
"vue": "^2.5.16",
"webpack": "^4.12.0",
"webpack-cli": "^3.0.6"
},
"repository": {
"type": "git",
"url": "git+https://github.com/w3tecch/vue-logdown.git"
},
"bugs": {
"url": "https://github.com/w3tecch/vue-logdown/issues"
},
"homepage": "https://github.com/w3tecch/vue-logdown#readme",
"author": "w3tec.ch <[email protected]>",
"contributors": [
{
"name": "Gery Hirschfeld",
"email": "[email protected]",
"url": "https://github.com/hirsch88"
}
],
"dependencies": {
"logdown": "^3.2.3"
}
}