Skip to content

Commit

Permalink
new bower file
Browse files Browse the repository at this point in the history
  • Loading branch information
mientjan committed May 4, 2016
1 parent 3b5c3a6 commit e31fc32
Showing 1 changed file with 16 additions and 10 deletions.
26 changes: 16 additions & 10 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,28 @@
{
"name": "pixi-flump",
"main": "bin/pixi-flump.js",
"description": "Flump library for pixi.js",
"main": "./bin/pixi-flump.min.js",
"authors": [
"Mient-jan Stelling"
],
"license": "MIT",
"keywords": [
"pixi",
"flump"
],
"homepage": "https://github.com/mientjan/pixi-flump",
"ignore": [
"**/.*",
"docs",
"gulp",
"node_modules",
"bower_components",
"test",
"bower.json",
"gulpfile.js",
"inch.json",
"testem.json"
"gulp",
"tsconfig.json",
"typings.json",
"tests"
],
"dependencies": {
"promise-polyfill": "^5.0.0"
},
"devDependencies": {
"promise-polyfill": "^5.0.0",
"pixi.js": "^3.0.11"
}
}

0 comments on commit e31fc32

Please sign in to comment.