From ac422a02854c1e48b8f1f8eec7e080ecb8a7ae9c Mon Sep 17 00:00:00 2001 From: Andrey Gershun Date: Fri, 13 Mar 2015 22:49:55 +0300 Subject: [PATCH] 0.0.40 --- package.json | 97 ++++++++++++++++++++++++++-------------------------- 1 file changed, 48 insertions(+), 49 deletions(-) diff --git a/package.json b/package.json index 84bf01e6d4..d4288128b2 100644 --- a/package.json +++ b/package.json @@ -1,49 +1,48 @@ -{ - "name": "alasql", - "description": "Alasql - JavaScript SQL database and data manipulation library", - "version": "0.0.39", - "author": "Andrey Gershun ", - "directories": { - "example": "examples", - "test": "test" - }, - "devDependencies": { - }, - "engines": [ - "node" - ], - "repository": { - "type": "git", - "url": "http://github.com/agershun/alasql.git" - }, - "bugs": { - "url": "https://github.com/agershun/alasql/issues" - }, - "homepage": "https://github.com/agershun/alasql", - "main": "alasql.js", - "scripts": { - "test": "cd test && mocha ." - }, - "keywords": [ - "sql", - "nosql", - "alasql", - "javascript", - "parser", - "database", - "DBMS", - "data", - "query", - "localStorage", - "IndexedDB", - "DOM-storage", - "SQLite", - "JSON", - "Excel", - "XLSX", - "XLS", - "CSV", - "worker" - ], - "license": "MIT" -} +{ + "name": "alasql", + "description": "Alasql - JavaScript SQL database and data manipulation library", + "version": "0.0.40", + "author": "Andrey Gershun ", + "directories": { + "example": "examples", + "test": "test" + }, + "devDependencies": {}, + "engines": [ + "node" + ], + "repository": { + "type": "git", + "url": "http://github.com/agershun/alasql.git" + }, + "bugs": { + "url": "https://github.com/agershun/alasql/issues" + }, + "homepage": "https://github.com/agershun/alasql", + "main": "alasql.js", + "scripts": { + "test": "cd test && mocha ." + }, + "keywords": [ + "sql", + "nosql", + "alasql", + "javascript", + "parser", + "database", + "DBMS", + "data", + "query", + "localStorage", + "IndexedDB", + "DOM-storage", + "SQLite", + "JSON", + "Excel", + "XLSX", + "XLS", + "CSV", + "worker" + ], + "license": "MIT" +}