-
Notifications
You must be signed in to change notification settings - Fork 40
/
package.json
33 lines (33 loc) · 912 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
{
"name": "plugin-pkg-template",
"version": "0.0.0",
"description": "template for greenkeeper",
"main": "index.js",
"scripts": {},
"keywords": [],
"author": "",
"repository": "https://github.com/videojs/generator-videojs-plugin",
"license": "ISC",
"dependencies": {
"@babel/runtime": "^7.14.0",
"global": "^4.4.0",
"video.js": "^8"
},
"devDependencies": {
"@babel/cli": "^7.14.3",
"@videojs/babel-config": "^0.2.0",
"@videojs/generator-helpers": "~3.0.0",
"jsdoc": "~3.6.7",
"karma": "^6.3.2",
"postcss-cli": "^8.3.1",
"postcss": "^8.3.0",
"rollup": "^2.50.3",
"sinon": "^9.1.0",
"videojs-generate-karma-config": "~8.0.0",
"videojs-generate-postcss-config": "~3.0.0",
"videojs-generate-rollup-config": "~7.0.1",
"videojs-generator-verify": "~4.0.0",
"videojs-languages": "^2.0.0",
"videojs-standard": "^9.0.0"
}
}