33 lines
950 B
JSON
33 lines
950 B
JSON
{
|
|
"name": "matrix-js-sdk",
|
|
"version": "0.0.4",
|
|
"description": "Matrix Client-Server SDK for Javascript",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "istanbul cover --report cobertura -x **/examples/**/*.js jasmine-node -- spec --verbose --junitreport --forceexit --captureExceptions",
|
|
"build": "jshint -c .jshint lib/ && browserify browser-index.js -o dist/browser-matrix-dev.js",
|
|
"watch": "watchify browser-index.js -o dist/browser-matrix-dev.js -v"
|
|
},
|
|
"repository": {
|
|
"url": "https://github.com/matrix-org/matrix-js-sdk"
|
|
},
|
|
"keywords": [
|
|
"matrix-org"
|
|
],
|
|
"browserify": "browser-index.js",
|
|
"author": "matrix.org",
|
|
"license": "Apache 2.0",
|
|
"dependencies": {
|
|
"browser-request": "^0.3.3",
|
|
"browserify": "^10.2.3",
|
|
"q": "^1.4.1",
|
|
"request": "^2.53.0"
|
|
},
|
|
"devDependencies": {
|
|
"watchify": "^3.2.1",
|
|
"istanbul": "^0.3.13",
|
|
"jasmine-node": "^1.14.5",
|
|
"jshint": "^2.8.0"
|
|
}
|
|
}
|