UNPKG

flutter-cli

Version:
33 lines (32 loc) 766 B
{ "name": "flutter-cli", "version": "0.0.15", "description": "Flutter CLI", "homepage": "https://github.com/CoericK/flutter-cli", "keywords": [ "flutter", "flutter CLI" ], "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "preinstall": "git clone -b beta https://github.com/flutter/flutter.git" }, "bin":{ "flutter": "./bin/flutter" }, "preferGlobal": "true", "author": { "name": "Erick Arroyo", "email": "erick@erickarroyo.com", "url": "https://erickarroyo.com" }, "bugs": { "url": "https://github.com/CoericK/flutter-cli/issues" }, "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/CoericK/flutter-cli.git" } }