-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
38 lines (38 loc) · 836 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
35
36
37
38
{
"name": "thinkagain",
"version": "0.1.6",
"description": "A Node.js ODM for RethinkDB featuring first-class support for JSON schema",
"main": "lib/index.js",
"engines": {
"node": ">=4.0.0"
},
"repository": {
"type": "git",
"url": "git://github.com/mbroadst/thinkagain"
},
"keywords": [
"rethinkdb",
"odm",
"json-schema",
"json",
"schema"
],
"author": "Matt Broadstone <[email protected]>",
"license": "MIT",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/mbroadst/thinkagain/issues"
},
"dependencies": {
"ajv": "^4.4.0",
"bluebird": "^3.4.1",
"rethinkdbdash": "~2.3.20"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-as-promised": "^5.3.0",
"eslint": "^3.3.0",
"istanbul": "^0.4.4",
"mocha": "^3.0.2"
}
}