get-translation
Version:
Effective translation workflow
19 lines • 661 B
JSON
{
"name": "backbone-relational",
"main": "backbone-relational.js",
"description": "Get and set relations (one-to-one, one-to-many, many-to-one) for Backbone models",
"homepage": "http://backbonerelational.org",
"keywords": ["backbone", "relation", "nested", "model"],
"repository": {
"type": "git",
"url": "https://github.com/PaulUithol/Backbone-relational.git"
},
"author": "Paul Uithol <https://github.com/PaulUithol>",
"contributors": "Listed at <https://github.com/PaulUithol/Backbone-relational/contributors>",
"dependencies": {
"underscore": ">=1.5.0",
"backbone": ">=1.1.2"
},
"license": "MIT",
"version": "0.8.8"
}