forked from commonsmachinery/catalog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·58 lines (58 loc) · 1.66 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
{
"name": "catalog-frontend",
"version": "0.0.1",
"homepage": "https://github.com/commonsmachinery/catalog",
"author": "Commons Machinery <[email protected]>",
"description": "Metadata catalog",
"repository": {
"type": "git",
"url": "https://github.com/commonsmachinery/catalog.git"
},
"bin": "main.js",
"dependencies": {
"body-parser": "1.x",
"cookie-parser": "1.x",
"consolidate": "0.10.x",
"debug": "0.7.x",
"express": "4.x",
"express-session": "1.x",
"sessionstore": "0.4.x",
"errorhandler": "1.x",
"jade": "1.5.x",
"morgan": "1.x",
"stylus": "0.42.x",
"underscore": "1.6.x",
"mongoose": "3.8.x",
"bluebird": "1.1.x",
"mongodb": "1.3.x",
"express-persona": "0.1.1",
"parse-env": "0.x",
"serve-static": "1.x",
"zmq": "2.x",
"ldjson-stream": "*",
"yargs": "*",
"hmsearch": "*"
},
"devDependencies": {
"jshint": "*",
"nodemon": "1.x.x",
"volo": "0.3.x",
"expect.js": "0.3.x",
"mocha": "1.x.x",
"supertest": "0.x.x",
"parse-links": "*"
},
"license": "AGPLv3",
"amd": {},
"volo": {
"baseUrl": "./frontend/public/lib",
"dependencies": {
"jquery": "github:jquery/jquery/2.1.0",
"require": "http://requirejs.org/docs/release/2.1.9/comments/require.js",
"underscore": "github:amdjs/underscore/1.5.2",
"backbone": "github:jashkenas/backbone/1.1.2",
"backbone.stickit": "https://raw.githubusercontent.com/NYTimes/backbone.stickit/master/backbone.stickit.js",
"backbone.paginator": "https://raw.githubusercontent.com/backbone-paginator/backbone.paginator/master/lib/backbone.paginator.js"
}
}
}