element-web-Github/package.json
2015-09-09 16:57:55 +01:00

33 lines
757 B
JSON

{
"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",
"filesize": "^3.1.2",
"flux": "^2.0.3",
"matrix-js-sdk": "0.2.0",
"q": "^1.4.1",
"react": "^0.13.3",
"linkifyjs": "^2.0.0-beta.4"
},
"devDependencies": {
"catw": "^1.0.1",
"react-tools": "^0.13.3",
"rimraf": "^2.4.3"
}
}