order66
Version:
Order 66, also known as Clone Protocol 66, was a top secret order identifying all Jedi as traitors to the Galactic Republic and, therefore, subject to summary execution by the Grand Army of the Republic.
38 lines (37 loc) • 979 B
JSON
{
"name": "order66",
"description": "Order 66, also known as Clone Protocol 66, was a top secret order identifying all Jedi as traitors to the Galactic Republic and, therefore, subject to summary execution by the Grand Army of the Republic.",
"version": "0.1.1",
"homepage": "https://github.com/galactic-empire/order66#readme",
"author": "Marcin Łesek (https://github.com/marcinlesek)",
"contributors": [
"Szymon Janota (https://github.com/szymonjanota)",
"Łukasz Jenczmyk (https://github.com/lukix)"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/galactic-empire/order66.git"
},
"files": [
"index.js"
],
"main": "index.js",
"engines": {
"node": ">= 8.0.0"
},
"keywords": [
"order 66",
"order66",
"galactic",
"empire",
"emperor",
"execute"
],
"scripts": {
"test": "./node_modules/mocha/bin/mocha"
},
"devDependencies": {
"mocha": "^5.2.0"
}
}