-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.08 KB
/
package.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
{
"name": "ndxdb",
"version": "1.12.3",
"description": "a cheap and easy in-memory sql database that persits to S3",
"main": "build/database.js",
"scripts": {
"test": "node build/test/basic.js"
},
"repository": {
"type": "git",
"url": "https://github.com/ndxbxrme/ndxdb"
},
"keywords": [
"database",
"sql",
"s3"
],
"author": "ndxbxrme",
"license": "MIT",
"bugs": {
"url": "https://github.com/ndxbxrme/ndxdb/issues"
},
"homepage": "https://github.com/ndxbxrme/ndxdb",
"devDependencies": {
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-coffee": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"load-grunt-tasks": "^3.5.2"
},
"dependencies": {
"JSONStream": "^1.3.1",
"alasql": "^0.4.11",
"async": "^3.1.0",
"aws-sdk": "^2.7.20",
"bson-objectid": "^1.1.4",
"deep-diff": "^0.3.8",
"event-stream": "^3.3.4",
"glob": "^7.1.2",
"ndx-permissions": "0.0.2",
"objtrans": "*",
"s3-upload-stream": "^1.0.7",
"underscore.string": "^3.3.4"
}
}