-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
72 lines (72 loc) · 1.6 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "vue-script2",
"version": "2.1.0",
"description": "Brings back <script> to your favorite Single Page App!",
"main": "dist/vue-script2.js",
"jsnext:main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Greg Slepak",
"homepage": "https://github.com/taoeffect/vue-script2",
"bugs": {
"url": "https://github.com/taoeffect/vue-script2/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/taoeffect/vue-script2.git"
},
"keywords": [
"script",
"injection",
"asynchronous",
"async",
"loading",
"loader",
"load",
"spa",
"vuejs",
"vue",
"plugin",
"component"
],
"license": "MIT",
"standard": {
"parser": "babel-eslint",
"ignore": [
"dist/*"
]
},
"eslintConfig": {
"root": true,
"parserOptions": {
"parser": "babel-eslint"
},
"extends": [
"standard"
]
},
"eslintIgnore": [
"dist/*",
"ignored/*"
],
"browserslist": "> 1% and since 2017 and not dead",
"devDependencies": {
"@babel/core": "7.4.5",
"@babel/preset-env": "7.4.5",
"babel-eslint": "10.0.2",
"eslint": "6.0.1",
"eslint-config-standard": "12.0.0",
"eslint-plugin-import": "2.18.0",
"eslint-plugin-node": "9.1.0",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-standard": "4.0.0",
"grunt": "1.0.4",
"grunt-check-dependencies": "1.0.0",
"grunt-exec": "3.0.0",
"load-grunt-tasks": "5.0.0",
"rollup": "1.16.2",
"rollup-plugin-babel": "4.3.3",
"rollup-plugin-terser": "5.0.0"
}
}