UNPKG

sml-markup

Version:

A simplistic markup language inspired by XML

38 lines (37 loc) 814 B
{ "name": "sml-markup", "version": "1.0.0", "esversion": 6, "description": "A simplistic markup language inspired by XML", "main": "./index.js", "scripts": { "test": "./test.js" }, "repository": { "type": "git", "url": "git+https://github.com/appgurueu/sml.git" }, "keywords": [ "SML", "XML", "simple", "simplistic", "markup", "language" ], "author": { "name": "Lars Mueller", "email": "appgurulars@gmx.de", "url": "https://appgurueu.github.io" }, "license": "MIT", "bugs": { "url": "https://github.com/appgurueu/sml/issues" }, "engines": { "node": ">= 6.0.0", "npm": ">= 3.0.0" }, "dependencies": { "lustils": ">= 1.0.1" }, "devDependencies": { "litests": ">= 1.0.6" }, "homepage": "https://github.com/appgurueu/sml" }