-
Notifications
You must be signed in to change notification settings - Fork 71
/
package.json
44 lines (44 loc) · 1003 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
37
38
39
40
41
42
43
44
{
"name": "fulltilt",
"title": "Full Tilt",
"version": "0.7.0",
"description": "Standalone device orientation + device motion normalization and conversion library",
"homepage": "http://github.com/richtr/Full-Tilt",
"author": {
"name": "Rich Tibbett"
},
"keywords": [
"full tilt",
"fulltilt",
"deviceorientation",
"devicemotion",
"compass",
"quaternions",
"rotation",
"matrix",
"euler",
"tait bryan",
"angles"
],
"repository": {
"type": "git",
"url": "https://github.com/richtr/Full-Tilt"
},
"bugs": {
"url": "https://github.com/richtr/Full-Tilt/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/richtr/Full-Tilt/blob/master/LICENSE.txt"
}
],
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-uglify": "~0.5.0",
"grunt-install-dependencies": "^0.2.0"
}
}