-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·36 lines (36 loc) · 882 Bytes
/
package.json
File metadata and controls
executable file
·36 lines (36 loc) · 882 Bytes
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": "orient-device",
"title": "Orient Device Force",
"private": false,
"version": "0.1.2",
"description": "orientation device force plugin, in order to inform your mobile users that its not a preffered orientation",
"keywords": [
"orientation",
"device",
"javascript",
"detection"
],
"author": {
"name": "Caliber Interactive",
"url": "https://caliberi.com"
},
"repository": {
"type": "git",
"url": "https://github.com/caliberi/orient-device"
},
"bugs": {
"url": "https://github.com/caliberi/orient-device/issues"
},
"license": "MIT",
"main": "src/orient.js",
"dependencies": {},
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.1.0",
"babel-preset-es2015": "^6.24.1",
"gulp": "^3.9.1",
"gulp-util": "^3.0.8",
"gulp-webpack": "^1.5.0",
"webpack": "^3.0.0"
}
}