-
Notifications
You must be signed in to change notification settings - Fork 76
/
package.json
36 lines (36 loc) · 860 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
{
"name": "jQuery.serializeObject",
"version": "2.0.4",
"description": "A jQuery plugin to turn form data into JSON",
"main": "jquery.serializeObject.js",
"types": "jquery.serializeObject.d.ts",
"directories": {
"test": "test"
},
"scripts": {
"pretest": "bower install",
"test": "grunt"
},
"repository": {
"type": "git",
"url": "git://github.com/hongymagic/jQuery.serializeObject.git"
},
"keywords": [
"jquery",
"serialize",
"object",
"json",
"serializeJSON",
"serializeObject"
],
"author": "David G. Hong",
"license": "MIT",
"gitHead": "7789084425b353624fc95487024459f364d11df6",
"readmeFilename": "README.markdown",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-jshint": "~0.4.3",
"grunt-contrib-qunit": "~0.2.1"
}
}