Skip to content
This repository has been archived by the owner on Jun 21, 2022. It is now read-only.

Commit

Permalink
Add bower.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephank committed Apr 7, 2014
1 parent 6c0857b commit 55cfbcc
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions bower.json
@@ -0,0 +1,23 @@
{
"name": "stable",
"version": "0.1.4",
"keywords": ["stable", "array", "sort"],
"description": "A stable array sort for JavaScript",
"homepage": "https://github.com/Two-Screen/stable",
"main": "stable.js",
"moduleType": ["globals","node"],
"authors": [
"Angry Bytes <info@angrybytes.com>",
"Stéphan Kochen <stephan@angrybytes.com>",
"Domenic Denicola <domenic@domenicdenicola.com>",
"Yaffle"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower.json",
"package.json",
"test.js"
]
}

0 comments on commit 55cfbcc

Please sign in to comment.