relution-sdk
Version:
Relution Software Development Kit for TypeScript and JavaScript
42 lines (41 loc) • 790 B
JSON
{
"name": "relution-sdk",
"version": "0.1.7",
"description": "Relution Software Development Kit for TypeScript and JavaScript",
"main": "browser.js",
"authors": [
"Thomas Beckmann",
"Pascal Brewing"
],
"license": "Apache License",
"keywords": [
"relution",
"livedata",
"backbone",
"framework",
"realtime",
"offline",
"mvc"
],
"dependencies": {
"backbone": "~1.1.0",
"jquery": "~2.1.0",
"momentjs": "~2.8.0",
"socket.io-client": "~0.9.16",
"underscore": "~1.6.0"
},
"homepage": "https://github.com/relution-io/relution-sdk",
"ignore": [
"**/.*",
"node_modules",
"server",
"src",
"typings",
"public",
"lib",
"localStorage",
"bower_components",
"test",
"tests"
]
}