mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
24 lines
616 B
JSON
24 lines
616 B
JSON
{
|
|
"name": "stable",
|
|
"version": "0.1.5",
|
|
"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"
|
|
]
|
|
}
|