diff options
Diffstat (limited to 'cordova/node_modules/xmlbuilder/package.json')
| -rwxr-xr-x | cordova/node_modules/xmlbuilder/package.json | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/cordova/node_modules/xmlbuilder/package.json b/cordova/node_modules/xmlbuilder/package.json new file mode 100755 index 0000000..ef163f2 --- /dev/null +++ b/cordova/node_modules/xmlbuilder/package.json @@ -0,0 +1,67 @@ +{ + "_from": "[email protected]", + "_id": "[email protected]", + "_inBundle": true, + "_integrity": "sha1-aSSGc0ELS6QuGmE2VR0pIjNap3M=", + "_location": "/cordova-ios/xmlbuilder", + "_phantomChildren": {}, + "_requested": { + "type": "version", + "registry": true, + "raw": "[email protected]", + "name": "xmlbuilder", + "escapedName": "xmlbuilder", + "rawSpec": "8.2.2", + "saveSpec": null, + "fetchSpec": "8.2.2" + }, + "_requiredBy": [ + "/cordova-ios", + "/cordova-ios/plist", + "/cordova-ios/simple-plist/plist" + ], + "_resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-8.2.2.tgz", + "_shasum": "69248673410b4ba42e1a6136551d2922335aa773", + "_spec": "[email protected]", + "_where": "/Users/brodybits/Documents/cordova/cordova-ios/node_modules/plist", + "author": { + "name": "Ozgur Ozcitak", + "email": "[email protected]" + }, + "bugs": { + "url": "http://github.com/oozcitak/xmlbuilder-js/issues" + }, + "bundleDependencies": false, + "contributors": [], + "dependencies": {}, + "deprecated": false, + "description": "An XML builder for node.js", + "devDependencies": { + "coffee-coverage": "*", + "coffee-script": "*", + "coveralls": "*", + "istanbul": "*", + "mocha": "*" + }, + "engines": { + "node": ">=4.0" + }, + "homepage": "http://github.com/oozcitak/xmlbuilder-js", + "keywords": [ + "xml", + "xmlbuilder" + ], + "license": "MIT", + "main": "./lib/index", + "name": "xmlbuilder", + "repository": { + "type": "git", + "url": "git://github.com/oozcitak/xmlbuilder-js.git" + }, + "scripts": { + "postpublish": "rm -rf lib", + "prepublish": "coffee -co lib src", + "test": "mocha && istanbul report text lcov" + }, + "version": "8.2.2" +} |
