2015-06-09 16:40:42 +00:00
|
|
|
{
|
|
|
|
"name": "matrix-react-sdk",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"description": "SDK for matrix.org using React",
|
|
|
|
"author": "matrix.org",
|
2015-06-09 17:52:26 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/matrix-org/matrix-react-sdk"
|
|
|
|
},
|
2015-07-03 14:56:04 +00:00
|
|
|
"license": "Apache-2.0",
|
2015-09-09 15:57:55 +00:00
|
|
|
"main": "lib/index.js",
|
2015-06-09 16:40:42 +00:00
|
|
|
"scripts": {
|
2015-09-09 15:57:55 +00:00
|
|
|
"build": "jsx src lib",
|
|
|
|
"start": "jsx -w --source-map-inline src lib",
|
|
|
|
"clean": "rimraf lib",
|
2015-07-03 14:56:04 +00:00
|
|
|
"prepublish": "npm run build"
|
2015-06-09 16:40:42 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2015-06-12 16:34:17 +00:00
|
|
|
"classnames": "^2.1.2",
|
2015-07-08 15:25:27 +00:00
|
|
|
"filesize": "^3.1.2",
|
2015-06-09 16:40:42 +00:00
|
|
|
"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",
|
2015-07-12 13:26:51 +00:00
|
|
|
"react": "^0.13.3",
|
2015-07-09 14:41:19 +00:00
|
|
|
"linkifyjs": "^2.0.0-beta.4"
|
2015-06-09 16:40:42 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2015-06-10 14:54:36 +00:00
|
|
|
"catw": "^1.0.1",
|
|
|
|
"react-tools": "^0.13.3",
|
2015-09-09 15:57:55 +00:00
|
|
|
"rimraf": "^2.4.3"
|
2015-06-09 16:40:42 +00:00
|
|
|
}
|
|
|
|
}
|