UNPKG

backbone-http

Version:
36 lines (35 loc) 776 B
{ "name": "backbone-http", "main": "backbone-http.js", "version": "0.7.2", "homepage": "http://vidigami.github.io/backbone-orm/backbone-http.html", "authors": [ "Kevin Malakoff (https://github.com/kmalakoff)", "Gwilym Humphreys (https://github.com/gwilymhumphreys)" ], "description": "An HTTP interface for BackboneORM", "keywords": ["backbone", "orm", "backbone-orm", "http", "ajax"], "moduleType": [ "amd", "globals", "node" ], "license": "MIT", "ignore": [ "**/.*", "node_modules", "bower_components", "test", "src", "client", "*.md", "config", "media", "gulpfile.coffee" ], "dependencies": { "underscore": ">=1.2.0", "backbone": ">=1.0.0", "backbone-orm": ">=0.5.0" } }