|
| 1 | +{ |
| 2 | + "name": "jquery-xml2json", |
| 3 | + "version": "0.0.4", |
| 4 | + "description": "jQuery plugin to convert XML to JSON.", |
| 5 | + "license": "MIT", |
| 6 | + "main": "src/xml2json.js", |
| 7 | + "repository": { |
| 8 | + "type": "git", |
| 9 | + "url": "[email protected]:sergeyt/jQuery-xml2json.git" |
| 10 | + }, |
| 11 | + "keywords": [ |
| 12 | + "jQuery-plugin", |
| 13 | + "xml", |
| 14 | + "json" |
| 15 | + ], |
| 16 | + "author": "Josef van Niekerk <[email protected]>", |
| 17 | + "contributors": [ |
| 18 | + "Josef van Niekerk <[email protected]>", |
| 19 | + "Coty Condry <[email protected]>", |
| 20 | + "josefvanniekerk <[email protected]>" |
| 21 | + ], |
| 22 | + "dependencies": {}, |
| 23 | + "devDependencies": { |
| 24 | + "grunt": "~0.4.1", |
| 25 | + "grunt-contrib-jshint": "~0.7.1", |
| 26 | + "grunt-npm": "~0.0.2", |
| 27 | + "grunt-bump": "~0.0.7", |
| 28 | + "grunt-auto-release": "~0.0.2", |
| 29 | + "grunt-cli": "~0.1.11", |
| 30 | + "karma-chrome-launcher": "~0.1.1", |
| 31 | + "karma-script-launcher": "~0.1.0", |
| 32 | + "karma-firefox-launcher": "~0.1.2", |
| 33 | + "karma-html2js-preprocessor": "~0.1.0", |
| 34 | + "karma-jasmine": "~0.1.4", |
| 35 | + "karma-coffee-preprocessor": "~0.1.1", |
| 36 | + "requirejs": "~2.1.9", |
| 37 | + "karma-requirejs": "~0.2.0", |
| 38 | + "karma-phantomjs-launcher": "~0.1.1", |
| 39 | + "karma": "~0.10.8", |
| 40 | + "karma-coverage": "~0.1.4", |
| 41 | + "mocha": "~1.15.1", |
| 42 | + "karma-mocha": "~0.1.1", |
| 43 | + "expect.js": "~0.2.0", |
| 44 | + "grunt-karma": "~0.6.2", |
| 45 | + "xml2js": "~0.4.0" |
| 46 | + }, |
| 47 | + "scripts": { |
| 48 | + "lint": "grunt lint", |
| 49 | + "test": "grunt test" |
| 50 | + } |
| 51 | +} |
0 commit comments