-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
63 lines (63 loc) · 1.85 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
{
"name": "vue-media-embed",
"version": "1.0.0",
"description": "media embed for youtube vimeo and soundcloud ",
"main": "dist/vue-media-embed.js",
"files": [
"src",
"dist"
],
"scripts": {
"dev": "webpack --config webpack/dev/webpack.config.js -w",
"build": "webpack --config webpack/prod/webpack.config.js",
"prepublish": "webpack --config webpack/prod/webpack.config.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Blocklevel/vue-media-embed"
},
"keywords": [
"vue",
"vimeo",
"soundcloud",
"youtube"
],
"author": "supr3m0 <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/Blocklevel/vue-media-embed/issues"
},
"homepage": "https://github.com/Blocklevel/vue-media-embed/blob/master/README.md",
"devDependencies": {
"babel-core": "^6.23.1",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.4.0",
"babel-plugin-syntax-async-functions": "^6.13.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.2.1",
"babel-preset-es2015": "^6.22.0",
"babel-preset-stage-2": "^6.22.0",
"babel-register": "^6.23.0",
"css-loader": "^0.26.2",
"eslint": "^3.17.1",
"eslint-config-standard": "^7.0.0",
"eslint-friendly-formatter": "^2.0.7",
"eslint-import-resolver-webpack": "^0.8.1",
"eslint-loader": "^1.6.3",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^2.1.1",
"html-loader": "^0.4.5",
"json-loader": "^0.5.4",
"node-sass": "^4.5.0",
"progress-bar-webpack-plugin": "^1.9.3",
"sass-loader": "^6.0.2",
"sinon": "^1.17.7",
"style-loader": "^0.13.2",
"vue-loader": "^11.1.4",
"vue-template-compiler": "^2.2.3",
"webpack": "^2.2.1",
"webpack-auto-inject-version": "^0.2.11",
"webpack-merge": "^4.0.0"
},
"dependencies": {}
}