legendary-doc-site/apps/core/deps/phoenix/package.json
2020-07-03 21:41:01 -05:00

19 lines
504 B
JSON

{
"name": "phoenix",
"version": "1.5.3",
"description": "The official JavaScript client for the Phoenix web framework.",
"license": "MIT",
"main": "./priv/static/phoenix.js",
"repository": {
"type": "git",
"url": "git://github.com/phoenixframework/phoenix.git"
},
"author": "Chris McCord <chris@chrismccord.com> (https://www.phoenixframework.org)",
"files": [
"README.md",
"LICENSE.md",
"package.json",
"priv/static/phoenix.js",
"assets/js/phoenix.js"
]
}