-
-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
39 lines (39 loc) · 1.13 KB
/
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
{
"name": "phaser-kinetic-scrolling-plugin",
"version": "1.2.1",
"release": "V 1.2.1",
"description": "Kinetic Scrolling Plugin for Phaser Framework",
"author": "Juan David Nicholls Cardona <[email protected]>",
"logo": "https://raw.github.com/jdnichollsc/Phaser-Kinetic-Scrolling-Plugin/gh-pages/img/plugin.png",
"main": "./dist/phaser-kinetic-scrolling-plugin.min.js",
"keywords": [
"phaser",
"scroll",
"camera",
"vertical",
"horizontal",
"mousewheel",
"kinetic"
],
"homepage": "http://jdnichollsc.github.io/Phaser-Kinetic-Scrolling-Plugin/",
"repository": {
"type": "git",
"url": "git+https://github.com/jdnichollsc/Phaser-Kinetic-Scrolling-Plugin.git"
},
"bugs": {
"url": "https://github.com/jdnichollsc/Phaser-Kinetic-Scrolling-Plugin/issues"
},
"license": "MIT",
"licenseUrl": "http://www.opensource.org/licenses/mit-license.php",
"dependencies": {
"phaser-ce": "^2.8.8"
},
"devDependencies": {
"gulp": "^3.5.6",
"gulp-concat": "^2.2.0",
"gulp-connect": "^5.0.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.2.0",
"gulp-open": "^2.0.0"
}
}