-
Notifications
You must be signed in to change notification settings - Fork 49
/
bower.json
45 lines (45 loc) · 886 Bytes
/
bower.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
45
{
"name": "interdimensional",
"version": "0.0.2",
"homepage": "http://vodkabears.github.io/interdimensional/",
"authors": [
"Ilya Makarov <[email protected]>"
],
"description": "Spatial scrolling for your web pages.",
"main": [
"dist/interdimensional.js",
"dist/interdimensional.css"
],
"ignore": [
"**/.*",
"examples/",
"src/",
"test/",
"*.md",
"Gruntfile.js",
"package.json"
],
"keywords": [
"spatial",
"scrolling",
"spatial scrolling",
"scroll",
"mobile",
"device",
"orientation",
"acceleration",
"motion",
"gyroscope",
"ui",
"deviceorientation",
"devicemotion",
"device orientation",
"device motion"
],
"license": "MIT",
"devDependencies": {
"mocha": "~2.2.4",
"chai": "~2.2.0",
"sinon": "http://sinonjs.org/releases/sinon-1.14.1.js"
}
}