-
-
Notifications
You must be signed in to change notification settings - Fork 40
/
package.json
40 lines (40 loc) · 1.13 KB
/
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
40
{
"author": {
"name": "Gajus Kuizinas",
"email": "[email protected]",
"url": "http://gajus.com"
},
"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"
],
"scripts": {
"pragmatist": "pragmatist --es5",
"lint": "npm run pragmatist lint",
"test": "npm run pragmatist test",
"build": "npm run pragmatist build",
"watch": "npm run pragmatist watch",
"watch-lint": "npm run pragmatist watch-lint",
"watch-test": "npm run pragmatist watch-test",
"watch-build": "npm run pragmatist watch-build"
},
"version": "2.11.1",
"main": "./dist/scream.js",
"repository": {
"type": "git",
"url": "https://github.com/gajus/scream"
},
"license": "BSD-3-Clause",
"devDependencies": {
"pragmatist": "^3.0.13"
},
"dependencies": {
"orientationchangeend": "^1.1.2",
"platform": "^1.3.0",
"sister": "^3.0.0"
}
}