forked from usgin/mongo-metadata-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 848 Bytes
/
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
{
"name": "metadata-server",
"version": "0.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/usgin/metadata-server.git"
},
"dependencies": {
"express": "4.4.5",
"backbone": "1.1.2",
"request": "2.36.0",
"mongoose": "3.8.15",
"csv": "0.3.0",
"underscore": "1.6.0",
"xml2json": "0.5.1",
"body-parser": "1.6.5",
"errorhandler": "1.1.1",
"vows": "0.7.0",
"assert": "1.1.1",
"should": "4.0.4",
"supertest": "0.13.0",
"mocha": "1.21.4",
"express-params": "0.0.3"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/usgin/metadata-server/issues"
},
"homepage": "https://github.com/usgin/metadata-server"
}