-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
40 lines (40 loc) · 850 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
{
"name": "jqGoogleForms",
"version": "1.0.0",
"title": "jQuery Google Form Submission",
"description": "A demonstration of a method to submit Google Forms using AJAX.",
"keywords": [
"jquery",
"upload",
"cross-domain",
"cross-site",
"google",
"forms",
"AJAX"
],
"homepage": "https://github.com/kctess5/jqGoogleForms",
"author": {
"name": "Corey Walsh",
"url": "http://hzldv.com"
},
"maintainers": [
{
"name": "Corey Walsh",
"url": "http://hzldv.com"
}
],
"repository": {
"type": "git",
"url": "git://github.com/kctess5/jqGoogleForms.git"
},
"bugs": "https://github.com/kctess5/jqGoogleForms/issues",
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"dependencies": {
"jquery": ">=1.7.1"
}
}