prepare pixi for npm and bower packages
This commit is contained in:
parent
a939b41f8a
commit
5676df6cb7
2 changed files with 21 additions and 1 deletions
17
bower.json
Normal file
17
bower.json
Normal file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"name": "pixi.js",
|
||||
"version": "1.4.0",
|
||||
|
||||
"main": "bin/pixi.js",
|
||||
|
||||
"ignore": [
|
||||
"**/.*"
|
||||
"node_modules",
|
||||
"bower_components",
|
||||
"test"
|
||||
],
|
||||
"dependencies": {
|
||||
},
|
||||
"devDependencies": {
|
||||
}
|
||||
}
|
|
@ -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/",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue