sortino
Version:
Sort images in folders
37 lines (36 loc) • 743 B
JSON
{
"name": "sortino",
"version": "1.2.1",
"description": "Sort images in folders",
"bin": "./index.js",
"preferGlobal": "true",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Contraculto/sortino.git"
},
"keywords": [
"image",
"images",
"sorting",
"sortino",
"node",
"nodejs",
"jpg",
"png",
"gif"
],
"author": "Rodrigo Lanas",
"license": "ISC",
"homepage": "https://github.com/Contraculto/sortino#readme",
"dependencies": {
"httpdispatcher": "^2.0.0",
"opn": "^5.0.0",
"os-homedir": "^1.0.2",
"readline": "^1.3.0",
"underscore": "^1.8.3"
}
}