-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
103 lines (103 loc) · 3.12 KB
/
package.json
File metadata and controls
103 lines (103 loc) · 3.12 KB
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"name": "biblionarrator",
"version": "0.1.0",
"author": "Jared Camins-Esakov <jcamins@cpbibliography.com>",
"description": "a new kind of catalog",
"contributors": [
{
"name": "Jared Camins-Esakov",
"email": "jcamins@cpbibliography.com"
}
],
"bin": {},
"scripts": {
"install": "grunt install"
},
"repository": {
"type": "git",
"url": "https://github.com/biblionarrator/biblionarrator.git"
},
"keywords": [],
"dependencies": {
"consolidate": "0.x",
"express": "3.x",
"express-params": "0.0.x",
"express-hbs": "0.2.x",
"handlebars": "1.x.x",
"http-proxy": "0.10.x",
"marked": "0.2.x",
"mysql": "2.x",
"passport": "~0.1.17",
"passport-local": "~0.1.6",
"q": "0.9.x",
"q-io": "1.9.x",
"xml2js": "~0.2.8",
"eyes": "~0.1.8",
"repl": "~0.1.3",
"gremlin": "~0.3.12",
"sockjs": "~0.3.7",
"node-uuid": "~1.4.0",
"uglify-js": "~2.3.6",
"grunt": "~0.4.1",
"passport-browserid": "~0.1.4",
"jison": "~0.4.10",
"ebnf-parser": "~0.1.8",
"lex-parser": "~0.1.4",
"redis": "~0.8.4",
"extend": "~1.1.3",
"xml-stream": "~0.4.3",
"bn-importers": "https://github.com/biblionarrator/bn-importers/tarball/master",
"connect-redis": "~1.4.5",
"connect-flash": "~0.1.1",
"optimist": "~0.6.0",
"elasticsearchclient": "~0.5.3",
"bcrypt": "~0.7.7",
"grunt-jsdoc": "~0.4.0",
"grunt-browserify": "~1.2.4",
"browserify": "~2.35.1",
"brfs": "0.0.8",
"mongodb": "~1.3.19",
"connect-mongo": "~0.3.3",
"i18next": "~1.7.1",
"readdirp": "~0.3.1",
"i18next.mongoDb": "~1.6.0",
"archiver": "~0.4.10",
"canonical-json": "0.0.3",
"mv": "~1.0.0",
"bn-backend-mongo": "https://github.com/biblionarrator/bn-backend-mongo/tarball/master",
"bn-backend-redis": "https://github.com/biblionarrator/bn-backend-redis/tarball/master",
"bn-backend-inproc": "https://github.com/biblionarrator/bn-backend-inproc/tarball/master",
"bn-backend-cassandra": "https://github.com/biblionarrator/bn-backend-cassandra/tarball/master",
"grunt-configure-biblionarrator": "https://github.com/biblionarrator/grunt-configure-biblionarrator/tarball/master",
"csv": "~0.3.6",
"marcrecord": "https://github.com/biblionarrator/marcrecord/tarball/master",
"grunt-exec": "~0.4.2",
"marcjs": "https://github.com/jcamins/marcjs/tarball/master",
"chai": "1.7.x",
"jshint": "2.1.x",
"less": "1.4.x",
"mocha": "1.11.x",
"PrettyCSS": "0.3.x",
"superagent": "0.15.x",
"grunt-contrib-less": "~0.7.0",
"grunt-contrib-jshint": "~0.6.4",
"grunt-mocha-test": "~0.6.3",
"blanket": "~1.1.5",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-compress": "~0.5.2",
"grunt-contrib-csslint": "~0.1.2",
"grunt-prompt": "~0.1.2",
"grunt-file-creator": "~0.1.0",
"async": "~0.2.9",
"npm-registry-client": "^0.4.4"
},
"optionalDependencies": {
"node-zoom": "~0.0.3",
"zoomstream": "https://github.com/biblionarrator/zoomstream/tarball/master"
},
"bundledDependencies": [],
"license": "AGPLv3",
"engines": {
"node": ">=0.8"
}
}