Skip to content

Commit

Permalink
0.0.40
Browse files Browse the repository at this point in the history
  • Loading branch information
agershun committed Mar 13, 2015
1 parent cb6852c commit ac422a0
Showing 1 changed file with 48 additions and 49 deletions.
97 changes: 48 additions & 49 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,49 +1,48 @@
{
"name": "alasql",
"description": "Alasql - JavaScript SQL database and data manipulation library",
"version": "0.0.39",
"author": "Andrey Gershun <[email protected]>",
"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 <[email protected]>",
"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"
}

0 comments on commit ac422a0

Please sign in to comment.