pirouette
Version:
Pirouette meta-package that installs bindings, cli, and toolchain
26 lines (25 loc) • 711 B
JSON
{
"name": "pirouette",
"version": "0.1.0-alpha.5",
"description": "Pirouette meta-package that installs bindings, cli, and toolchain",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/toshok/pirouette.git"
},
"author": "Chris Toshok <toshok@toshokelectic.com> (https://blog.toshokelectric.com/)",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/toshok/pirouette/issues"
},
"homepage": "https://github.com/toshok/pirouette#readme",
"scripts": {
"preinstall": "node installArchSpecificPackages.js"
},
"bin": [
"pirouette/pirouette"
],
"files": [
"pirouette", "installArchSpecificPackages.js"
]
}