forked from fuse-box/fusedb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 823 Bytes
/
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
{
"name": "fusedb",
"version": "1.0.6",
"description": "",
"main": "index.js",
"scripts": {
"test": "node test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fuse-box/fusedb.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/fuse-box/fusedb/issues"
},
"homepage": "https://github.com/fuse-box/fusedb#readme",
"devDependencies": {
"@types/node": "^8.0.47",
"app-root-path": "^2.0.1",
"fuse-box": "^3.1.0-next.16",
"fuse-test-runner": "^1.0.16",
"run-sequence": "^2.2.0",
"typescript": "^2.6.1",
"uglify-es": "^3.2.2"
},
"dependencies": {
"fs-extra": "^4.0.2",
"nedb": "^1.8.0",
"realm-utils": "^1.0.8",
"reflect-metadata": "^0.1.10",
"shortid": "^2.2.8",
"tslib": "^1.9.0"
}
}