-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.39 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "nocr-mongo",
"version": "0.0.2",
"description": "NoCR implementation against a mongodb storage backend.",
"homepage": "https://github.com/karacos/nocr-mongo",
"keywords": [
"javascript",
"dms",
"content",
"repository",
"nocr",
"mongodb",
"cms"
],
"author": {
"name": "Nicolas Karageuzian",
"email": "nka@nka.me",
"web": "http://nka.me"
},
"maintainers": [
{
"name": "Nicolas Karageuzian",
"email": "nka@nka.me",
"web": "http://nka.me"
}
],
"contributors": [
{
"name": "Nicolas Karageuzian",
"email": "nka@nka.me",
"web": "http://nka.me"
}
],
"bugs": {
"web": "https://github.com/karacos/nocr-mongo/issues"
},
"licenses": [
{
"type": "LGPL",
"url": "http://www.gnu.org/licenses/lgpl.html"
}
],
"repository" : {
"type" : "git",
"url" : "https://github.com/karacos/nocr-mongo.git"
},
"dependencies": {
"NoCR": ">=0.0.1",
"log4js": ">=0.2.6",
"mongodb": ">=0.9.4-5"
},
"devDependencies": {
"vows": ">=0.5.8"
},
"engines" : {
"node": ">=0.4.0"
},
"directories": {
"lib": "lib"
},
"main": "./lib/nocr-mongo.js"
}