-
-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathbower.json
More file actions
27 lines (27 loc) · 604 Bytes
/
bower.json
File metadata and controls
27 lines (27 loc) · 604 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
{
"name": "phaser-kinetic-scrolling-plugin",
"version": "1.2.1",
"homepage": "https://github.com/jdnichollsc/Phaser-Kinetic-Scrolling-Plugin",
"authors": [
"Juan David Nicholls Cardona <jdnichollsc@hotmail.com>"
],
"description": "Kinetic Scrolling Plugin for Phaser Framework",
"main": "./dist/phaser-kinetic-scrolling-plugin.min.js",
"keywords": [
"phaser",
"scroll",
"camera",
"vertical",
"horizontal",
"mousewheel",
"kinetic"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}