alasql
Version:
AlaSQL.js - JavaScript SQL database library for relational and graph data manipulation with support of localStorage, IndexedDB, and Excel
56 lines • 1.15 kB
JSON
{
"name": "alasql",
"description":"AlaSQL.js - JavaScript SQL database library for relational and graph data manipulation with support of localStorage, IndexedDB, and Excel",
"version": "0.1.5",
"license": "MIT",
"keywords": [
"sql",
"nosql",
"alasql",
"javascript",
"parser",
"database",
"DBMS",
"data",
"query",
"localStorage",
"IndexedDB",
"SQLite",
"JSON",
"Excel",
"XLSX",
"XLS",
"CSV",
"worker"
],
"authors": ["Andrey Gershun <agershun@gmail.com>"],
"homepage": "alasql.org",
"repository": {
"type": "git",
"url": "https://github.com/agershun/alasql.git"
},
"dependencies": {
"js-xls": "~0.7.5",
"js-xlsx":"0.8.0"
},
"devDependencies": {
"gulp":"3.8.11",
"gulp-changed":"1.2.1",
"gulp-concat-sourcemap":"1.3.1",
"gulp-shell":"0.4.1",
"jison":"0.4.15",
"lodash":"3.7.0"
},
"ignore": [
"src",
"test",
"test-sql",
"node_modules",
"bower.json",
"gruntfile.js",
"package.json",
"README.md",
"bin",
"lib"
]
}