forked from gajus/scream
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 959 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
{
"name": "scream",
"description": "Dynamic viewport management for mobile. Manage viewport in different states of device orientation. Scale document to fit viewport. Calculate the dimensions of the minimal iOS 8 view relative to your viewport width.",
"keywords": [
"viewport",
"fullscreen",
"minimal",
"ios"
],
"version": "2.1.0",
"main": "src/scream.js",
"author": "Gajus Kuizinas <gk@anuary.com>",
"repository": {
"type": "git",
"url": "https://github.com/gajus/scream"
},
"license": "BSD-3-Clause",
"devDependencies": {
"del": "^1.2.0",
"gitdown": "^1.3.2",
"gulp": "^3.9.0",
"gulp-browserify": "^0.5.1",
"gulp-eslint": "^1.0.0",
"gulp-header": "^1.2.2",
"gulp-mocha": "^2.1.3",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.2.0",
"jsonfile": "^2.2.1"
},
"dependencies": {
"orientationchangeend": "^1.1.2",
"platform": "^1.3.0",
"sister": "^3.0.0"
}
}