UNPKG

shareme

Version:

help you sharing someting easily

37 lines (36 loc) 712 B
{ "name": "shareme", "author": "wangpin", "version": "1.1.4", "description": "help you sharing someting easily", "main": "cmd.js", "scripts": { "test": "test command", "startup": "nodemon --harmony server.js" }, "keywords": [ "share", "file" ], "preferGlobal": true, "bin": { "shareme": "./cmd.js" }, "license": "MIT", "dependencies": { "content-type-mime": "^1.0.1", "crypto": "0.0.3", "jade": "^1.11.0", "yargs": "^4.6.0" }, "devDependencies": { "nodemon": "^1.9.2" }, "repository": { "type": "git", "url": "git@github.com:wangpin34/shareme.git" }, "bugs": { "url": "https://github.com/wangpin34/shareme/issues" } }