{ "name": "sparrow", "version": "0.0.1", "description": "Sparrow is a libre front-end forum software powered by the Matrix protocol and using a Matrix homeserver as its back-end", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "webpack" }, "repository": { "type": "git", "url": "git+https://github.com/babolivier/sparrow.git" }, "author": "Brendan Abolivier ", "license": "AGPL-3.0", "bugs": { "url": "https://github.com/babolivier/sparrow/issues" }, "homepage": "https://github.com/babolivier/sparrow", "devDependencies": { "babel-core": "6.26.0", "babel-loader": "7.1.2", "babel-preset-env": "1.6.0", "babel-preset-flow": "6.23.0", "flow-bin": "0.55.0", "html-webpack-plugin": "2.30.1", "uglifyjs-webpack-plugin": "0.4.6", "webpack": "3.6.0" }, "dependencies": { "babel-polyfill": "6.26.0", "matrix-js-sdk": "0.8.4" } }