forked from serbanghita/form-to-object
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.18 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
44
45
46
{
"name": "form_to_object",
"title": "formToObject",
"description": "Convert a form to an object, includin multi-dimensional name fields.",
"version": "1.0.7",
"homepage": "https://github.com/serbanghita/formToObject",
"author": "Serban Ghita <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/serbanghita/formToObject.git"
},
"keywords": [
"form",
"object",
"json",
"serialize"
],
"bugs": {
"url": "https://github.com/serbanghita/formToObject/issues"
},
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/serbanghita/formToObject/blob/master/LICENSE.txt"
}
],
"readmeFilename": "README.md",
"dependencies": {},
"devDependencies": {
"browserstack-runner": "^0.2.0",
"grunt": "~0.4.5",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-concat": "~0.4.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-jasmine": "^0.6.4",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-uglify": "~0.4.0",
"grunt-jsbeautifier": "^0.2.10",
"grunt-jscs": "^2.6.0",
"grunt-usemin": "~2.1.1"
},
"scripts": {
"test": "grunt jasmine"
}
}