matrix-api
Version:
Matrix API library for the frontend.
31 lines (30 loc) • 783 B
JSON
{
"name": "matrix-api",
"description": "Matrix API library for the frontend.",
"license": "Apache-2.0",
"author": "Sean Morris",
"version": "0.0.0-k",
"repository": "https://github.com/seanmorris/matrix-api",
"devDependencies": {
"@babel/cli": "^7.13.14",
"@babel/core": "^7.13.14",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/preset-env": "^7.13.12",
"auto-reload-brunch": "^2",
"babel-brunch": "^7.0.1",
"babel-cli": "^6.26.0",
"babel-minify": "^0.5.1",
"brunch": "^3",
"clean-css-brunch": "^3",
"raw-brunch": "^1.0.2",
"terser-brunch": "^4.1"
},
"dependencies": {
"curvature": "^0.0.68-e"
},
"files": [
"Matrix.js",
"dist/matrix-api.js",
"dist/matrix-api.standalone.js"
]
}