forked from sindresorhus/screenfull
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 836 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": "screenfull",
"version": "1.1.1",
"description": "Browser module - Simple wrapper for cross-browser usage of the JavaScript Fullscreen API, which lets you bring the page or any element into fullscreen.",
"keywords": [
"browser",
"fullscreen"
],
"homepage": "https://github.com/sindresorhus/screenfull.js",
"license": "MIT",
"author": {
"name": "Sindre Sorhus",
"email": "[email protected]",
"url": "http://sindresorhus.com"
},
"files": [
"dist/screenfull.js"
],
"main": "dist/screenfull",
"repository": "sindresorhus/screenfull",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-jshint": "~0.7.2",
"grunt-contrib-uglify": "~0.2.4",
"load-grunt-tasks": "~0.2.0"
},
"engines": {
"node": ">=0.8.0"
}
}