1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2026-01-13 05:42:19 +03:00
Files
matrix-js-sdk/examples/node/package.json
2015-06-23 15:22:57 +01:00

15 lines
243 B
JSON

{
"name": "example-app",
"version": "0.0.0",
"description": "",
"main": "app.js",
"scripts": {
"preinstall": "npm install ../.."
},
"author": "",
"license": "Apache 2.0",
"dependencies": {
"cli-color": "^1.0.0"
}
}