Skip to content

Commit

Permalink
starting to setup bower
Browse files Browse the repository at this point in the history
  • Loading branch information
jdfekete committed Dec 10, 2015
1 parent 975f7f9 commit 53e1bde
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"name": "reorder.js",
"main": "reorder.v1.js",
"scripts": "reorder.v1.js",
"authors": [
"Jean-Daniel Fekete"
],
"description": "Matrix reordering in JavaScript.",
"license": "BSD-2-Clause",
"keywords": [
"matrix",
"reordering",
"mathematics"
],
"homepage": "https://github.com/jdfekete/reorder.js",
"ignore": [
".DS_Store",
".git",
".gitignore",
".npmignore",
"Makefile",
"bin",
"index.js",
"lib",
"node_modules",
"package.json",
"src",
"test",
"**/.*",
"bower_components"
]
}

0 comments on commit 53e1bde

Please sign in to comment.