forked from bajankristof/nedb-promises
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 815 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
{
"name": "nedb-promises",
"version": "4.1.2",
"description": "A dead-simple promise wrapper for nedb.",
"main": "index.js",
"scripts": {
"docs": "jsdoc2md ./src/*.js > docs.md --no-gfm",
"test": "mocha --reporter spec --timeout 10000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bajankristof/nedb-promises.git"
},
"keywords": [
"nedb",
"promises",
"promise"
],
"author": "Kristóf Baján",
"license": "ISC",
"bugs": {
"url": "https://github.com/bajankristof/nedb-promises/issues"
},
"homepage": "https://github.com/bajankristof/nedb-promises#readme",
"dependencies": {
"nedb": "^1.8.0"
},
"devDependencies": {
"chai": "^4.2.0",
"jsdoc-to-markdown": "^5.0.3",
"minimist": "^1.2.5",
"mocha": "^6.2.3"
}
}