forked from feup-infolab/dendro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.55 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
63
64
65
{
"name": "dendro-data-management-platform-beta",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node app.js"
},
"dependencies": {
"MD5": "1.1.0",
"archiver": "0.11.0",
"async": "0.2.9",
"base64-stream": "^0.1.2",
"colors": "^1.1.2",
"connect-flash": "0.1.1",
"crypto": "0.0.3",
"csv-string": "^2.2.2",
"deep-diff": "0.1.4",
"dive": "0.3.0",
"easyimage": "0.1.6",
"ejs": "0.8.4",
"elasticsearchclient": "0.4.0",
"etag": "^1.7.0",
"excel-parser": "^0.2.2",
"expect": "^1.20.2",
"express": "3.2.6",
"eyes": "0.1.8",
"file-stream-rotator": "0.0.7",
"gridfs-stream": "0.4.0",
"humanize": "0.0.9",
"jade": "*",
"karma-coverage": "^1.1.1",
"line-reader": "0.2.3",
"memcached": "^2.2.2",
"mkpath": "^1.0.0",
"mocha": "^3.0.2",
"moment": "2.5.0",
"mongodb": "1.3.19",
"morgan": "^1.7.0",
"mysql": "2.6.2",
"n3": "0.1.1",
"needle": "0.6.3",
"node-ckan": "git+https://github.com/feup-infolab-rdm/node-ckan.git",
"node-fs": "0.1.7",
"node-uuid": "*",
"nodemailer": "0.7.1",
"oboe": "2.0.2",
"prettysize": "0.0.3",
"qs": "^6.1.0",
"redis": "^2.6.2",
"request": "*",
"semaphore": "1.0.1",
"sha1": "1.1.0",
"simple-elasticsearch": "0.0.11",
"slug": "0.4.2",
"stylus": "0.32.1",
"textract": "0.8.0",
"tmp": "0.0.21",
"underscore": "1.5.2",
"unicode": "0.6.1",
"validator": "3.12.0",
"xml-writer": "^1.4.1",
"xml2js": "0.2.8",
"xmlhttprequest": "1.5.0"
}
}