All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 35s
48 lines
930 B
JSON
48 lines
930 B
JSON
{
|
|
"name": "sort-asc",
|
|
"description": "Sort array elements in ascending order.",
|
|
"version": "0.1.0",
|
|
"homepage": "https://github.com/jonschlinkert/sort-asc",
|
|
"author": {
|
|
"name": "Jon Schlinkert",
|
|
"url": "https://github.com/jonschlinkert"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/jonschlinkert/sort-asc.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/jonschlinkert/sort-asc/issues"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "https://github.com/jonschlinkert/sort-asc/blob/master/LICENSE-MIT"
|
|
}
|
|
],
|
|
"keywords": [
|
|
"array",
|
|
"arr",
|
|
"asc",
|
|
"ascending",
|
|
"function",
|
|
"keys",
|
|
"key",
|
|
"order",
|
|
"ordered",
|
|
"obj",
|
|
"object",
|
|
"sort"
|
|
],
|
|
"main": "index.js",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha -R spec"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "*",
|
|
"verb": "^0.2.15"
|
|
}
|
|
} |