From efce8d65b4cb68697d40609f362fa532c7cfd70a Mon Sep 17 00:00:00 2001 From: Thomas Davis Date: Fri, 30 May 2014 05:01:39 -0400 Subject: [PATCH] Updated packages via auto-update.js --- ajax/libs/tabletop.js/package.json | 57 ++++++++++++++++-------------- 1 file changed, 31 insertions(+), 26 deletions(-) diff --git a/ajax/libs/tabletop.js/package.json b/ajax/libs/tabletop.js/package.json index f36bb221d..2d5fbc9b4 100644 --- a/ajax/libs/tabletop.js/package.json +++ b/ajax/libs/tabletop.js/package.json @@ -1,27 +1,32 @@ { - "name": "tabletop.js", - "filename": "tabletop.js", - "homepage" : "http://github.com/jsoma/tabletop", - "description": "Tabletop.js takes a Google Spreadsheet and makes it easily accessible through JavaScript.", - "keywords": [ "database", "storage" ], - "version": "1.1.0", - "maintainers": [ - { - "name": "Jonathan Soma", - "email": "jonathan.soma@gmail.com", - "web": "http://twitter.com/dangerscarf" - } - ], - "repository": { - "type": "git", - "url": "git://github.com/jsoma/tabletop.git" - }, - "npmName": "tabletop", - "npmFileMap": [{ - "basePath": "/src/", - "files": [ - "tabletop.js", - "backbone.tabletopSync.js" - ] - }] -} + "name": "tabletop.js", + "filename": "tabletop.js", + "homepage": "http://github.com/jsoma/tabletop", + "description": "Tabletop.js takes a Google Spreadsheet and makes it easily accessible through JavaScript.", + "keywords": [ + "database", + "storage" + ], + "version": "1.3.5", + "maintainers": [ + { + "name": "Jonathan Soma", + "email": "jonathan.soma@gmail.com", + "web": "http://twitter.com/dangerscarf" + } + ], + "repository": { + "type": "git", + "url": "git://github.com/jsoma/tabletop.git" + }, + "npmName": "tabletop", + "npmFileMap": [ + { + "basePath": "/src/", + "files": [ + "tabletop.js", + "backbone.tabletopSync.js" + ] + } + ] +} \ No newline at end of file