forked from AlaSQL/alasql
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
62 lines (62 loc) · 1.21 KB
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "alasql",
"description": "Versatile SQL database for browser or node. Handles both your (traditional) relational tables and nested JSON data (noSQL). Export, store, and import data from localStorage, IndexedDB, or Excel.",
"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",
"js-xlsx": "~0.8",
"es6-promise": "~3.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"
},
"main": [
"./dist/alasql.min.js"
],
"ignore": [
"src",
"test",
"test-sql",
"node_modules",
"bower.json",
"gruntfile.js",
"package.json",
"README.md",
"bin",
"lib"
],
"version": "0.3.3"
}