forked from vuejs/vuefire
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 988 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
38
39
40
41
{
"name": "@posva/vuefire-bundler",
"version": "1.1.1",
"description": "wrapper around rollup to bundle vuefire and vuexfire",
"author": "Eduardo San Martin Morote <posva13@gmail.com>",
"homepage": "https://github.com/vuejs/vuefire#readme",
"license": "MIT",
"main": "src/index.js",
"directories": {
"lib": "src"
},
"files": [
"src"
],
"scripts": {
"lint": "eslint --fix src"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vuefire.git"
},
"bugs": {
"url": "https://github.com/vuejs/vuefire/issues"
},
"dependencies": {
"mkdirp": "^0.5.1",
"rollup": "^0.64.1",
"rollup-plugin-buble": "^0.19.2",
"rollup-plugin-node-resolve": "^3.3.0",
"shelljs": "^0.8.2",
"uglify-js": "^3.4.7"
},
"devDependencies": {
"eslint": "^5.3.0",
"eslint-plugin-vue-libs": "^3.0.0"
},
"gitHead": "e3e2df3624572cec86ed861f2472df4d143f2265"
}