Update package.json

pull/190/head
David Baker 2015-09-16 14:13:16 +01:00
parent fe586f6a36
commit 901574b56e
1 changed files with 4 additions and 4 deletions

View File

@ -1,11 +1,11 @@
{
"name": "matrix-react-sdk",
"name": "vector-web",
"version": "0.0.1",
"description": "SDK for matrix.org using React",
"description": "Vector webapp",
"author": "matrix.org",
"repository": {
"type": "git",
"url": "https://github.com/matrix-org/matrix-react-sdk"
"url": "https://github.com/vector-im/vector-web"
},
"license": "Apache-2.0",
"main": "src/index.js",
@ -22,10 +22,10 @@
"prepublish": "npm run build"
},
"dependencies": {
"matrix-react-sdk": "^0.0.1",
"classnames": "^2.1.2",
"filesize": "^3.1.2",
"flux": "~2.0.3",
"matrix-js-sdk": "git://github.com/matrix-org/matrix-js-sdk.git#develop",
"q": "^1.4.1",
"react": "^0.13.3",
"react-loader": "^1.4.0",