mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
26 lines
443 B
JSON
26 lines
443 B
JSON
{
|
|
"name": "jonny",
|
|
"version": "1.0.0",
|
|
"homepage": "https://github.com/coderaiser/jonny",
|
|
"authors": [
|
|
"coderaiser <mnemonic.enemy@gmail.com>"
|
|
],
|
|
"description": "work with json without exaptions",
|
|
"main": "lib/jonny.js",
|
|
"moduleType": [
|
|
"globals",
|
|
"node"
|
|
],
|
|
"keywords": [
|
|
"json",
|
|
"try"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"modules"
|
|
],
|
|
"dependencies": {
|
|
}
|
|
}
|