UNPKG

720 BJSONView Raw
1{
2 "name": "nedb-promises",
3 "version": "1.1.5",
4 "description": "A dead-simple promise wrapper for nedb.",
5 "main": "index.js",
6 "scripts": {
7 "test": "./node_modules/.bin/mocha --reporter spec --timeout 10000"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/bajankristof/nedb-promises.git"
12 },
13 "keywords": [
14 "nedb",
15 "promises",
16 "promise"
17 ],
18 "author": "Kristóf Baján",
19 "license": "ISC",
20 "bugs": {
21 "url": "https://github.com/bajankristof/nedb-promises/issues"
22 },
23 "homepage": "https://github.com/bajankristof/nedb-promises#readme",
24 "dependencies": {
25 "nedb": "^1.8.0"
26 },
27 "devDependencies": {
28 "chai": "^4.1.2",
29 "mocha": "^3.5.3"
30 }
31}