-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 905 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 905 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
36
37
38
39
40
41
42
43
44
{
"name": "backbone-dnode"
, "author": {
"name": "Beau Sorensen"
, "email": "mail@beausorensen.com"
, "url": "http://beausorensen.com"
}
, "description": "Persistant backbone storage through dnode pub/sub"
, "version": "0.4.1"
, "homepage": "http://sorensen.github.com/backbone-dnode"
, "repository": {
"type": "git"
, "url": "git://github.com/sorensen/backbone-dnode.git"
}
, "directories": {
"lib": "./lib"
}
, "keywords": [
"backbone"
, "redis"
, "pubsub"
, "dnode"
, "mongodb"
, "mongoose"
]
, "scripts": {
"test": "make test && make clean"
}
, "main": "./index"
, "dependencies": {
"backbone": ">= 0.5.3"
, "underscore": ">= 1.1.7"
, "dnode": ">= 0.8.1"
, "mongoose": "2.4.10"
, "redis": ">= 0.7.1"
}
, "devDependencies" : {
"mocha" : ">= 0.10.0"
}
, "browserify": "browser/index.js"
, "engines": {
"node": ">= 0.6.2"
}
}