-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 974 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
37
38
39
40
41
42
{
"name": "hapi-jfu",
"version": "1.0.0",
"description": "jQuery-File-Upload Hapi.js Middleware",
"keywords": [
"jquery",
"upload",
"hapi",
"middleware"
],
"main": "index.js",
"readmeFilename": "README.md",
"scripts": {
"test": "lab -c -L",
"test-cover": "lab -c -r html -o ./test/artifacts/coverage.html && open ./test/artifacts/coverage.html"
},
"repository": {
"type": "git",
"url": "https://github.com/tavousi/hapi-jfu"
},
"author": "Amirhossein Tavousi <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/tavousi/hapi-jfu/issues"
},
"homepage": "https://github.com/tavousi/hapi-jfu",
"engines": {
"node": ">= 0.8.8"
},
"dependencies": {
"formidable": ">=1.0.11",
"imagemagick": ">=0.1.2",
"lodash": ">= 0.9.2",
"mkdirp": ">= 0.3.4",
"async": "*"
},
"devDependencies": {
"hapi": "15.x.x",
"code": "3.x.x",
"lab": "11.x.x"
}
}