simple-jsx-parser/package.json

16 lines
258 B
JSON
Raw Normal View History

2021-08-28 17:55:56 +03:00
{
"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"
}