forked from maritz/nohm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 803 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 803 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
34
35
{
"name": "nohm",
"version": "0.9.6",
"engines": {
"node" : ">=0.10"
},
"author": "Moritz Peters",
"repository" : {
"type" : "git",
"url" : "https://github.com/maritz/nohm.git"
},
"bugs" : {
"url" : "https://github.com/maritz/nohm/issues" },
"directories": {
"lib": "./lib"
},
"description": "redis ORM (Object relational mapper)",
"main": "./lib/nohm",
"scripts": {
"test": "node test/tests.js"
},
"dependencies": {
"bluebird": "^2.9.1",
"async": "^0.9.0",
"redis": "^0.12.1",
"traverse": "^0.6.6"
},
"devDependencies": {
"nodeunit": "^0.9.0"
},
"contributors": [{
"name": "Pier Paolo Ramon",
"url": "https://github.com/yuchi"
}]
}