-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
31 lines (31 loc) · 859 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": "orientationchangeend",
"description": "The orientationchangeend event is fired when the orientation of the device has changed and the associated rotation animation has been complete.",
"keywords": [
"orientationchangeend",
"orientationchange"
],
"version": "1.1.2",
"main": "src/orientationchangeend.js",
"author": "Gajus Kuizinas <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/gajus/orientationchangeend"
},
"license": "BSD-3-Clause",
"devDependencies": {
"del": "^0.1.3",
"gitdown": "^1.0.6",
"gulp": "^3.8.9",
"gulp-browserify": "^0.5.0",
"gulp-header": "^1.2.2",
"gulp-jshint": "^1.8.5",
"gulp-mocha": "^1.1.1",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^1.0.1",
"jsonfile": "^2.0.0"
},
"dependencies": {
"sister": "^3.0.0"
}
}