30 lines
698 B
JSON
30 lines
698 B
JSON
{
|
|
"name": "matrix-js-sdk",
|
|
"version": "0.0.4",
|
|
"description": "Matrix Client-Server SDK for Javascript",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "jasmine-node spec --verbose --captureExceptions",
|
|
"build-js": "./browser-build.sh",
|
|
"watch-js": "./browser-build.sh -w"
|
|
},
|
|
"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",
|
|
"request": "^2.53.0"
|
|
},
|
|
"devDependencies": {
|
|
"watchify": "^3.2.1",
|
|
"jasmine-node": "^1.14.5"
|
|
}
|
|
}
|