mirror of
https://github.com/anticensority/runet-censorship-bypass.git
synced 2024-11-13 13:06:34 +03:00
16 lines
306 B
JSON
Executable File
16 lines
306 B
JSON
Executable File
{
|
|
"name": "subjective-good-is-evil",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node generate-PACs.js",
|
|
"serve": "http-server generated-PACs"
|
|
},
|
|
"author": "ilyaigpetrov",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"http-server": "^0.8.5"
|
|
}
|
|
}
|