-
Notifications
You must be signed in to change notification settings - Fork 155
/
package.json
28 lines (28 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
{
"name": "jquery.iframe-transport",
"version": "1.0.0",
"description": "jQuery plugin that implements an iframe transport so that ajax calls support the uploading of files using standard HTML file input fields",
"main": "jquery.iframe-transport.js",
"directories": {
"demo": "demo"
},
"repository": {
"type": "git",
"url": "http://github.com/cmlenz/jquery-iframe-transport"
},
"author": "Christopher Lenz",
"license": "MIT",
"readmeFilename": "README.md",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-connect": "~0.7.1",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-jshint": "~0.9.2",
"grunt-contrib-uglify": "~0.4.0",
"grunt-docco": "~0.3.3",
"grunt-gh-pages": "~0.9.1",
"grunt-shell": "~0.6.4",
"multiparty": "~3.2.4"
}
}