-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 886 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
{
"name": "pip-polyfill",
"version": "1.0.0",
"description": "Use standard W3C PIP API on Safari",
"main": "pip.js",
"directories": {
"test": "test"
},
"dependencies": {
"eslint": "^4.19.1",
"http-server": "^0.11.1",
"mocha": "^5.1.1"
},
"devDependencies": {
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.11.0"
},
"scripts": {
"start": "http-server -p 8080",
"lint": "eslint ./ --env browser,node,mocha --ext .js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gbentaieb/pip-polyfill.git"
},
"keywords": [
"picture",
"pip",
"picture",
"in",
"picture"
],
"author": "Guillaume Bentaieb",
"license": "ISC",
"bugs": {
"url": "https://github.com/gbentaieb/pip-polyfill/issues"
},
"homepage": "https://github.com/gbentaieb/pip-polyfill#readme"
}