element-web/package.json

33 lines
757 B
JSON
Raw Normal View History

{
"name": "matrix-react-sdk",
"version": "0.0.1",
"description": "SDK for matrix.org using React",
"author": "matrix.org",
"repository": {
"type": "git",
"url": "https://github.com/matrix-org/matrix-react-sdk"
},
"license": "Apache-2.0",
"main": "lib/index.js",
"scripts": {
"build": "jsx src lib",
"start": "jsx -w --source-map-inline src lib",
"clean": "rimraf lib",
"prepublish": "npm run build"
},
"dependencies": {
"classnames": "^2.1.2",
2015-07-08 15:25:27 +00:00
"filesize": "^3.1.2",
"flux": "^2.0.3",
2015-08-07 10:27:13 +00:00
"matrix-js-sdk": "0.2.0",
2015-07-08 13:34:26 +00:00
"q": "^1.4.1",
"react": "^0.13.3",
2015-07-09 14:41:19 +00:00
"linkifyjs": "^2.0.0-beta.4"
},
"devDependencies": {
"catw": "^1.0.1",
"react-tools": "^0.13.3",
"rimraf": "^2.4.3"
}
}