UNPKG

moebius

Version:

Command-Line tool to find and download comics (As well as NodeJS module)

55 lines (54 loc) 1.54 kB
{ "name": "moebius", "version": "0.1.2", "description": "Command-Line tool to find and download comics (As well as NodeJS module)", "main": "electron.js", "bin": { "moebius": "bin/moebius" }, "scripts": { "start": "./bin/./moebius", "unit-test": "node_modules/tape/bin/tape \"test/**/*.js\" | node_modules/faucet/bin/cmd.js", "lint": "node_modules/jshint/bin/jshint bin lib test && node_modules/jscs/bin/jscs -c test/.jscsrc test && node_modules/jscs/bin/jscs -c .jscsrc lib bin", "test": "npm run lint && npm run unit-test", "push": "git push && git push --tags && npm publish", "preversion": "npm test" }, "repository": { "type": "git", "url": "https://github.com/Normegil/moebius.git" }, "keywords": [ "comics", "download", "manga" ], "author": "Olivier Ory", "license": "ISC", "bugs": { "url": "https://github.com/Normegil/moebius/issues" }, "homepage": "https://github.com/Normegil/moebius#readme", "devDependencies": { "faucet": "0.0.1", "jscs": "^2.3.0", "jshint": "^2.8.0", "proxyquire": "^1.7.3", "sinon": "^1.17.1", "tape": "^4.2.1" }, "dependencies": { "bunyan": "^1.5.1", "commander": "^2.9.0", "deep-extend": "^0.4.0", "electron-prebuilt": "^0.36.2", "es6-promise-pool": "^2.4.1", "home-or-tmp": "^2.0.0", "materialize-css": "^0.97.5", "mkdirp": "^0.5.1", "moment": "^2.11.0", "request": "^2.65.0", "string-template": "^0.2.1", "terminal-kit": "^0.21.1" } }