UNPKG

generator-snapcraft

Version:

Yoman generator for snapcraft node

32 lines (31 loc) 583 B
{ "name": "{{name}}", "version": "1.4.0", "description": "Command line weather tool", "main": "main.js", "scripts": { "lint": "standard --fix --verbose | snazzy", "test": "npm run lint && ava test/*" }, "bin": { "{{name}}": "main.js" }, "keywords": [ "command line", "weather", "cli", "terminal" ], "author": "{{author}}", "license": "MIT", "dependencies": { "chalk": "^1.1.3", "got": "^7.0.0", "ora": "^1.2.0" }, "devDependencies": { "ava": "^0.19.1", "snazzy": "^7.0.0", "standard": "^10.0.2" } }