-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.1 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
{
"name": "DataHero-file-upload-demo",
"version": "0.0.5",
"title": "DataHero-file-upload-demo",
"description": "Node.js implementation example of a file upload handler for jQuery File Upload.",
"keywords": [
"file",
"upload",
"cross-domain",
"cross-site",
"node"
],
"homepage": "https://github.com/jinglundong/DataHero-File-Upload-.git",
"author": {
"name": "Sebastian Tschan",
"modifier": "jinglun Dong",
"url": "[email protected]"
},
"maintainers": [
{
"name": "Jinglun Dong",
"url": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "https://github.com/jinglundong/DataHero-File-Upload-.git"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"dependencies": {
"formidable": ">=1.0.11",
"node-static": ">=0.6.2",
"imagemagick": ">=0.1.2",
"express": ">=3.0",
"ejs": ">=0.8.3"
},
"main": "app.js"
}