-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
64 lines (64 loc) · 1.66 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "@nimiq/jungle-db",
"version": "0.11.1",
"main": "dist/lmdb.js",
"unpkg": "dist/indexeddb.js",
"scripts": {
"build": "gulp build",
"esdoc": "esdoc",
"test": "jasmine && karma start",
"test-lmdb": "jasmine",
"test-indexeddb": "karma start",
"lint": "gulp eslint"
},
"repository": "[email protected]:nimiq-network/jungle-db.git",
"author": "paberr <[email protected]>",
"license": "Apache-2.0",
"files": [
"dist"
],
"engines": {
"node": ">=7.9.0"
},
"dependencies": {
"atob": "^2.0.3",
"btoa": "^1.1.2",
"node-lmdb": "^0.10.1"
},
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.4",
"@babel/plugin-transform-modules-commonjs": "^7.4.4",
"@babel/plugin-transform-runtime": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@babel/runtime": "^7.4.4",
"browserify": "^17.0.0",
"codecov": "^3.7.1",
"esdoc": "^1.0.4",
"esdoc-es7-plugin": "^0.0.3",
"esdoc-standard-plugin": "^1.0.0",
"eslint": "^8.9.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^6.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.0",
"gulp-uglify-es": "^3.0.0",
"gulp-watch": "^5.0.0",
"istanbul": "^1.1.0-alpha.1",
"jasmine": "^4.0.2",
"jasmine-core": "*",
"jasmine2-custom-message": "^0.9.0",
"karma": "*",
"karma-chrome-launcher": "*",
"karma-cli": "*",
"karma-coverage": "^2.2.0",
"karma-firefox-launcher": "^2.1.2",
"karma-jasmine": "*",
"karma-safari-launcher": "^1.0.0",
"merge2": "^1.0.3",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^2.0.0"
}
}