forked from anton-kotenko/schema-check-mongo-wrapper
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 780 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 780 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
{
"name": "schema-check-mongo-wrapper2",
"version": "0.1.2",
"main": "./index.js",
"repository": "https://github.com/bem-node/schema-check-mongo-wrapper",
"dependencies": {
"mongodb": "2.2",
"vow-with-domain": "git+https://github.com/bem-node/vow-with-domain#55d9b4faceac49362726460cdc3c3664614c5cd1",
"tv4": "1.1.9"
},
"devDependencies": {
"mocha": ">=2.1.0",
"jshint": "2.7.0",
"jscs": "1.12.0",
"jscs-jsdoc": "1.0.1"
},
"engine": {
"nodejs": ">=0.10"
},
"keywords": [
"mongodb",
"json-schema",
"promise",
"Vow",
"TV4"
],
"scripts": {
"test": "node_modules/.bin/mocha $(find ./test -type f -iname '*.js')"
}
}