simple-jsx-parser/package.json

16 lines
258 B
JSON

{
"name": "jsx-parser",
"version": "1.0.0",
"description": "Simplified JSX parser",
"main": "jsxParser.js",
"scripts": {
"test": "jest"
},
"keywords": [
"jsx",
"parser"
],
"author": "Vitaliy Filippov",
"license": "LGPL-3.0"
}