-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 729 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 729 Bytes
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
{
"name": "mongo-parser",
"version": "1.0.1",
"description": "parse mongoose schema to valide store",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha --reporter spec --timeout 5000 --recursive test/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wupengFEX/mongo-parser.git"
},
"keywords": [
"mongoose",
"json",
"schema",
"parser"
],
"author": "Jackson",
"license": "MIT",
"bugs": {
"url": "https://github.com/wupengFEX/mongo-parser/issues"
},
"homepage": "https://github.com/wupengFEX/mongo-parser#readme",
"dependencies": {
"chai": "^4.1.2",
"deep-clone": "^3.0.3",
"mocha": "^5.2.0"
}
}