forked from Sorebo/jQuery-xml2json
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.35 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
47
48
49
50
51
{
"name": "jquery-xml2json",
"version": "0.0.4",
"description": "jQuery plugin to convert XML to JSON.",
"license": "MIT",
"main": "src/xml2json.js",
"repository": {
"type": "git",
"url": "git@github.com:sergeyt/jQuery-xml2json.git"
},
"keywords": [
"jQuery-plugin",
"xml",
"json"
],
"author": "Josef van Niekerk <josef.van.niekerk@gmail.com>",
"contributors": [
"Josef van Niekerk <josef.van.niekerk@gmail.com>",
"Coty Condry <coty@spinsci.com>",
"josefvanniekerk <josef.van.niekerk@gmail.com>"
],
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.7.1",
"grunt-npm": "~0.0.2",
"grunt-bump": "~0.0.7",
"grunt-auto-release": "~0.0.2",
"grunt-cli": "~0.1.11",
"karma-chrome-launcher": "~0.1.1",
"karma-script-launcher": "~0.1.0",
"karma-firefox-launcher": "~0.1.2",
"karma-html2js-preprocessor": "~0.1.0",
"karma-jasmine": "~0.1.4",
"karma-coffee-preprocessor": "~0.1.1",
"requirejs": "~2.1.9",
"karma-requirejs": "~0.2.0",
"karma-phantomjs-launcher": "~0.1.1",
"karma": "~0.10.8",
"karma-coverage": "~0.1.4",
"mocha": "~1.15.1",
"karma-mocha": "~0.1.1",
"expect.js": "~0.2.0",
"grunt-karma": "~0.6.2",
"xml2js": "~0.4.0"
},
"scripts": {
"lint": "grunt lint",
"test": "grunt test"
}
}