-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.48 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
{
"name": "share",
"description": "An app for easily sharing files online",
"author": "Claudio Mignanti",
"dependencies": {
"bootstrap": "3.3.7",
"coverage-viewer": "^0.4.0",
"debug": "^4.1.1",
"dropzone": "git://github.com/enyo/dropzone#v5.5.0",
"express": "^4.17.0",
"express-bearer-token": "^2.4.0",
"express-handlebars": "^3.1.0",
"fork-ribbon": "0.1.0",
"formidable": "^1.2.1",
"fs-extra": "^8.0.1",
"jquery": "3.4.1",
"morgan": "^1.9.1",
"node-cron": "^3.0.0",
"q": "^1.5.1",
"raven": "^2.6.4",
"rimraf": "^2.6.3"
},
"main": "app.js",
"scripts": {
"test": "nyc mocha --reporter=spec test/ && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"coverage": "nyc report --reporter=html",
"postinstall": "grunt"
},
"devDependencies": {
"coveralls": "^3.0.3",
"grunt": "^1.0.4",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-uglify": "^4.0.1",
"mocha": "^6.1.4",
"mocha-lcov-reporter": "^1.3.0",
"nyc": "^14.1.1",
"should": "^13.2.3",
"supertest": "^4.0.2"
},
"repository": {
"type": "git",
"url": "https://github.com/claudyus/share.git"
},
"keywords": [
"file-upload"
],
"license": "Unlicense",
"bugs": {
"url": "https://github.com/claudyus/share/issues"
},
"homepage": "https://github.com/claudyus/share",
"engines": {
"yarn": ">= 1.0.0"
}
}