-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 850 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
42
43
44
45
{
"name": "uncool",
"version": "0.0.14",
"main": "src/index.js",
"description": "Vue.js plugin that allows page elements to be easily mutable using Firebase.",
"repository": "jorymullet/uncool",
"license": "GPL-3.0",
"keywords": [
"uncool",
"Vue",
"Firebase",
"CMS",
"simple"
],
"scripts": {
"uncool": "npm version patch"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"rules": {
"no-console": "off",
"no-useless-escape": "off",
"no-unused-vars": "off"
},
"parserOptions": {
"parser": "babel-eslint"
}
},
"dependencies": {
"save": "^2.4.0",
"vue2-editor": "^2.10.2"
}
}