2022-11-02 19:48:49 +01:00
|
|
|
{
|
|
|
|
"name": "@fiusdevelopment/std",
|
2022-11-02 19:53:17 +01:00
|
|
|
"version": "0.0.2",
|
2022-11-02 19:48:49 +01:00
|
|
|
"description": "Standard module for javascript",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/FIUSDevelopment/std.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"std",
|
|
|
|
"standard",
|
|
|
|
"npmjs",
|
|
|
|
"npm",
|
|
|
|
"module",
|
|
|
|
"javascript"
|
|
|
|
],
|
|
|
|
"author": "FIUS Development | Killer Boss Original - EnyGasELuce",
|
|
|
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/FIUSDevelopment/std/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/FIUSDevelopment/std#readme"
|
|
|
|
}
|