-
Notifications
You must be signed in to change notification settings - Fork 53
/
package.json
69 lines (69 loc) · 1.81 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
{
"name": "vue-youtube-embed",
"version": "2.2.2",
"description": "Vue.js and YouTube",
"main": "lib/vue-youtube-embed.js",
"scripts": {
"lint": "eslint src/*.js test/*.js example/*.js play/*.vue play/*.js --fix",
"test": "karma start",
"build": "rollup -c rollup.config.js",
"prepublish": "npm run build",
"play": "vue-play start",
"play:build": "vue-play build"
},
"directories": {
"test": "test"
},
"files": [
"lib"
],
"keywords": [
"Vue.js",
"vue",
"YouTube",
"youtube"
],
"typings": "./lib/vue-youtube-embed.d.ts",
"author": "kaorun343",
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.24.0",
"babel-core": "^6.24.0",
"babel-loader": "^7.1.4",
"babel-plugin-espower": "^2.1.2",
"babel-preset-es2015": "^6.24.0",
"babel-preset-power-assert": "^2.0.0",
"babel-register": "^6.24.0",
"buble": "^0.19.3",
"eslint": "^5.0.1",
"eslint-config-vue": "^2.0.2",
"eslint-plugin-html": "^4.0.5",
"eslint-plugin-vue": "^4.5.0",
"json-loader": "^0.5.4",
"karma": "^2.0.4",
"karma-chrome-launcher": "^2.0.0",
"karma-cli": "^1.0.1",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.2",
"karma-sinon": "^1.0.5",
"karma-webpack": "^3.0.0",
"mocha": "^5.2.0",
"power-assert": "^1.4.2",
"rollup": "^0.62.0",
"rollup-plugin-buble": "^0.19.2",
"sinon": "^6.0.1",
"vue": "^2.2.4",
"vue-play": "^3.1.1",
"vue-play-cli": "^1.1.1",
"vue-template-compiler": "^2.2.4",
"webpack": "^4.14.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kaorun343/vue-youtube-embed.git"
},
"bugs": {
"url": "https://github.com/kaorun343/vue-youtube-embed/issues"
},
"homepage": "https://github.com/kaorun343/vue-youtube-embed#readme"
}