2015-06-10 00:40:42 +08:00
|
|
|
{
|
|
|
|
"name": "matrix-react-sdk",
|
2016-03-23 22:55:44 +08:00
|
|
|
"version": "0.3.1",
|
2015-06-10 00:40:42 +08:00
|
|
|
"description": "SDK for matrix.org using React",
|
|
|
|
"author": "matrix.org",
|
2015-06-10 01:52:26 +08:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/matrix-org/matrix-react-sdk"
|
|
|
|
},
|
2015-07-03 22:56:04 +08:00
|
|
|
"license": "Apache-2.0",
|
2015-09-09 23:57:55 +08:00
|
|
|
"main": "lib/index.js",
|
2015-09-11 22:42:11 +08:00
|
|
|
"bin": {
|
|
|
|
"reskindex": "./reskindex.js"
|
|
|
|
},
|
2015-06-10 00:40:42 +08:00
|
|
|
"scripts": {
|
2015-12-01 02:00:19 +08:00
|
|
|
"reskindex": "reskindex -h header",
|
2015-09-10 22:28:30 +08:00
|
|
|
"build": "babel src -d lib --source-maps",
|
|
|
|
"start": "babel src -w -d lib --source-maps",
|
2015-09-09 23:57:55 +08:00
|
|
|
"clean": "rimraf lib",
|
2016-03-25 06:59:01 +08:00
|
|
|
"prepublish": "npm run build; git rev-parse HEAD > git-revision.txt",
|
2016-03-29 06:29:49 +08:00
|
|
|
"test": "karma start --browsers PhantomJS",
|
2016-03-25 06:59:01 +08:00
|
|
|
"test-multi": "karma start --single-run=false"
|
2015-06-10 00:40:42 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2015-06-13 00:34:17 +08:00
|
|
|
"classnames": "^2.1.2",
|
2015-12-21 20:55:13 +08:00
|
|
|
"favico.js": "^0.3.10",
|
2015-07-08 23:25:27 +08:00
|
|
|
"filesize": "^3.1.2",
|
2015-06-10 00:40:42 +08:00
|
|
|
"flux": "^2.0.3",
|
2015-09-17 19:10:01 +08:00
|
|
|
"glob": "^5.0.14",
|
2015-11-27 23:39:52 +08:00
|
|
|
"highlight.js": "^8.9.1",
|
2015-09-17 19:10:01 +08:00
|
|
|
"linkifyjs": "^2.0.0-beta.4",
|
2015-11-21 00:08:57 +08:00
|
|
|
"marked": "^0.3.5",
|
2016-03-23 21:54:20 +08:00
|
|
|
"matrix-js-sdk": "^0.5.0",
|
2015-09-17 19:10:01 +08:00
|
|
|
"optimist": "^0.6.1",
|
2015-07-08 21:34:26 +08:00
|
|
|
"q": "^1.4.1",
|
2015-11-10 07:13:43 +08:00
|
|
|
"react": "^0.14.2",
|
2015-11-27 23:37:40 +08:00
|
|
|
"react-dom": "^0.14.2",
|
2016-03-23 20:09:09 +08:00
|
|
|
"react-gemini-scrollbar": "matrix-org/react-gemini-scrollbar#869a86b",
|
2015-11-27 23:39:52 +08:00
|
|
|
"sanitize-html": "^1.11.1",
|
2016-01-15 21:31:41 +08:00
|
|
|
"velocity-animate": "^1.2.3",
|
|
|
|
"velocity-ui-pack": "^1.2.2"
|
2015-06-10 00:40:42 +08:00
|
|
|
},
|
2015-09-25 20:39:21 +08:00
|
|
|
"//deps": "The loader packages are here because webpack in a project that depends on us needs them in this package's node_modules folder",
|
2015-09-25 20:53:58 +08:00
|
|
|
"//depsbuglink": "https://github.com/webpack/webpack/issues/1472",
|
2015-06-10 00:40:42 +08:00
|
|
|
"devDependencies": {
|
2015-09-10 22:28:30 +08:00
|
|
|
"babel": "^5.8.23",
|
2016-03-29 06:29:49 +08:00
|
|
|
"expect": "^1.16.0",
|
2015-09-25 20:39:21 +08:00
|
|
|
"json-loader": "^0.5.3",
|
2016-03-29 06:29:49 +08:00
|
|
|
"karma": "^0.13.22",
|
|
|
|
"karma-chrome-launcher": "^0.2.3",
|
|
|
|
"karma-cli": "^0.1.2",
|
|
|
|
"karma-mocha": "^0.2.2",
|
|
|
|
"karma-phantomjs-launcher": "^1.0.0",
|
|
|
|
"karma-sourcemap-loader": "^0.3.7",
|
|
|
|
"karma-webpack": "^1.7.0",
|
|
|
|
"mocha": "^2.4.5",
|
|
|
|
"phantomjs-prebuilt": "^2.1.7",
|
2015-12-01 01:33:04 +08:00
|
|
|
"require-json": "0.0.1",
|
|
|
|
"rimraf": "^2.4.3",
|
2016-03-29 06:29:49 +08:00
|
|
|
"source-map-loader": "^0.1.5"
|
2015-06-10 00:40:42 +08:00
|
|
|
}
|
|
|
|
}
|