-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
31 lines (31 loc) · 982 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
{
"name": "full-screen-helper",
"version": "1.0.6",
"description": "The full-screen-helper.js is a cross-browser lib that provides an easy way for web content to be presented using the user's entire screen (support for jQuery, however is optional)",
"main": "full-screen-helper.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brcontainer/full-screen-helper.js.git"
},
"keywords": [
"fullscreen",
"polyfill",
"browser",
"html5",
"jquery"
],
"author": "Guilherme Nascimento (brcontainer@yahoo.com.br)",
"license": "MIT",
"bugs": {
"url": "https://github.com/brcontainer/full-screen-helper.js/issues"
},
"homepage": "https://github.com/brcontainer/full-screen-helper.js#readme",
"eslintConfig": {
"env": {
"browser": true
}
}
}