enolib
Version:
The eno standard library
40 lines (39 loc) • 764 B
JSON
{
"author": "Simon Repp <simon@fdpl.io>",
"bugs": {
"url": "https://github.com/eno-lang/enolib/issues/"
},
"devDependencies": {
"esdoc": "^1.1.0",
"esdoc-node": "^1.0.5",
"esdoc-standard-plugin": "^1.0.0",
"jest": "^24.9.0"
},
"files": [
"lib/",
"locales.js"
],
"name": "enolib",
"description": "The eno standard library",
"homepage": "https://eno-lang.org/enolib/",
"license": "MIT",
"main": "./lib/main.js",
"keywords": [
"eno",
"data",
"notation",
"parser",
"plaintext",
"structured",
"text",
"validation"
],
"repository": {
"type": "git",
"url": "https://github.com/eno-lang/enolib.git"
},
"scripts": {
"test": "jest --watch"
},
"version": "0.8.2"
}