forked from neumino/thinky
-
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) · 690 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 690 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": "thinky",
"version": "1.15.0",
"description": "RethinkDB ORM for Node.js",
"main": "lib/thinky.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha --check-leaks -t 30000"
},
"repository": {
"type": "git",
"url": "git://github.com/neumino/thinky"
},
"keywords": [
"rethinkdb",
"orm"
],
"author": "Michel Tu <orphee@gmail.com> (http://justonepixel.com/)",
"license": "MIT",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/neumino/thinky/issues"
},
"dependencies":{
"rethinkdbdash": "~1.15.0",
"bluebird": "~ 2.1.3"
},
"devDependencies": {
"mocha": ">= 1.13.0"
}
}