prepare pixi for npm and bower packages

This commit is contained in:
Chad Engler 2014-01-02 15:36:21 -08:00
parent a939b41f8a
commit 5676df6cb7
2 changed files with 21 additions and 1 deletions

17
bower.json Normal file
View file

@ -0,0 +1,17 @@
{
"name": "pixi.js",
"version": "1.4.0",
"main": "bin/pixi.js",
"ignore": [
"**/.*"
"node_modules",
"bower_components",
"test"
],
"dependencies": {
},
"devDependencies": {
}
}

View file

@ -1,9 +1,12 @@
{
"name": "Pixi.JS",
"name": "pixi.js",
"version": "1.4.0",
"description": "Pixi.js is a fast lightweight 2D library that works across all devices.",
"author": "Mat Groves",
"contributors": [
"Chad Engler <chad@pantherdev.com>"
],
"logo": "http://www.goodboydigital.com/pixijs/logo_small.png",
"homepage": "http://goodboydigital.com/",