mirror of
https://github.com/anticensority/runet-censorship-bypass.git
synced 2024-11-11 03:56:33 +03:00
16 lines
306 B
JSON
16 lines
306 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|
||
|
}
|