-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
36 lines (36 loc) · 923 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
{
"name": "angular-screenfull",
"version": "1.0.0",
"description": "Angular bindings to the Screenfull library to allow fullscreen in your app.",
"main": "dist/angular-screenfull.js",
"scripts": {
"build": "gulp release",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/hrajchert/angular-screenfull.git"
},
"keywords": [
"angular",
"fullscreen",
"screenfull"
],
"author": "Hernan Rajchert",
"license": "MIT",
"bugs": {
"url": "https://github.com/hrajchert/angular-screenfull/issues"
},
"homepage": "https://github.com/hrajchert/angular-screenfull",
"devDependencies": {
"gulp": "^4.0.0",
"gulp-clean": "^0.4.0",
"gulp-concat": "^2.6.1",
"gulp-ngdocs": "^0.3.0",
"gulp-rename": "^1.4.0",
"gulp-uglify": "^3.0.1"
},
"dependencies": {
"screenfull": "4.0.0"
}
}