sortme
Version:
Simple sorting library written in ES6
40 lines (39 loc) • 874 B
JSON
{
"name": "sortme",
"version": "0.0.5",
"description": "Simple sorting library written in ES6",
"main": "build/sortme.js",
"scripts": {
"build": "node node_modules/webpack/bin/webpack --watch"
},
"devDependencies": {
"webpack": "^1.14.0",
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.18.0",
"express": "*"
},
"keywords": [
"es6",
"sorting",
"library",
"sort",
"quicksort",
"mergesort",
"selectionsort"
],
"author": "Ariel Saldana",
"license": "MIT",
"directories": {
"example": "examples"
},
"dependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/ArielSaldana/sortme.git"
},
"bugs": {
"url": "https://github.com/ArielSaldana/sortme/issues"
},
"homepage": "https://github.com/ArielSaldana/sortme#readme"
}