@noredink/jetpack
Version:
Install jetpack
42 lines (41 loc) • 840 B
JSON
{
"name": "@noredink/jetpack",
"version": "2.3.2",
"description": "Install jetpack",
"preferGlobal": true,
"engines": {
"node": ">=5.2.0"
},
"main": "index.js",
"scripts": {
"install": "npx binwrap-install",
"prepare": "npx binwrap-prepare",
"test": "npx binwrap-test",
"prepublish": "npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NoRedInk/jetpack.git"
},
"keywords": [
"jetpack"
],
"author": "Christoph Hermann",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/NoRedInk/jetpack/issues"
},
"files": [
"index.js",
"bin",
"bin/jetpack"
],
"homepage": "https://github.com/NoRedInk/jetpack",
"bin": {
"jetpack": "bin/jetpack"
},
"dependencies": {
"binwrap": "0.2.1"
},
"devDependencies": {}
}