diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 997e6a55..00000000 --- a/.travis.yml +++ /dev/null @@ -1,12 +0,0 @@ -language: node_js - -node_js: - - "4" - - "6" - - "8" - - "10" - - "12" - -after_success: npm run coveralls - -sudo: false diff --git a/bower.json b/bower.json deleted file mode 100644 index be07dd22..00000000 --- a/bower.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "name": "xml2js", - "description": "Simple XML to JavaScript object converter.", - "keywords": [ - "xml", - "json" - ], - "homepage": "https://github.com/Leonidas-from-XIV/node-xml2js", - "main": "./lib/xml2js", - "authors": [ - "maqr (https://github.com/maqr)", - "Ben Weaver (http://benweaver.com/)", - "Jae Kwon (https://github.com/jaekwon)", - "Jim Robert", - "Ștefan Rusu (http://www.saltwaterc.eu/)", - "Carter Cole (http://cartercole.com/)", - "Kurt Raschke (http://www.kurtraschke.com/)", - "Contra (https://github.com/Contra)", - "Marcelo Diniz (https://github.com/mdiniz)", - "Michael Hart (https://github.com/mhart)", - "Zachary Scott (http://zacharyscott.net/)", - "Raoul Millais (https://github.com/raoulmillais)", - "Salsita Software (http://www.salsitasoft.com/)", - "Mike Schilling (http://www.emotive.com/)", - "Jackson Tian (http://weibo.com/shyvo)", - "Mikhail Zyatin (https://github.com/Sitin)", - "Chris Tavares (https://github.com/christav)", - "Frank Xu (http://f2e.us/)", - "Guido D'Albore (http://www.bitstorm.it/)", - "Jack Senechal (http://jacksenechal.com/)", - "Matthias Hölzl (https://github.com/hoelzl)", - "Camille Reynders (http://www.creynders.be/)", - "Taylor Gautier (https://github.com/tsgautier)", - "Todd Bryan (https://github.com/toddrbryan)", - "Leore Avidar (http://leoreavidar.com/)", - "Dave Aitken (http://www.actionshrimp.com/)", - "Shaney Orrowe ", - "Candle ", - "Jess Telford (http://jes.st)", - "Tom Hughes < (http://compton.nu/)", - "Piotr Rochala (http://rocha.la/)", - "Michael Avila (https://github.com/michaelavila)", - "Ryan Gahl (https://github.com/ryedin)", - "Eric Laberge (https://github.com/elaberge)", - "Benjamin E. Coe (https://twitter.com/benjamincoe)", - "Stephen Cresswell (https://github.com/cressie176)", - "Pascal Ehlert (http://www.hacksrus.net/)", - "Tom Spencer (http://fiznool.com/)", - "Tristian Flanagan (https://github.com/tflanagan)" - ], - "license": "MIT", - "moduleType": [ - "node" - ], - "repository": { - "type": "git", - "url": "https://github.com/Leonidas-from-XIV/node-xml2js.git" - }, - "dependencies": { - "sax": "isaacs/sax-js", - "xmlbuilder": "oozcitak/xmlbuilder-js" - }, - "devDependencies": { - "coffee-script": ">=1.10.0", - "coveralls": "nickmerwin/node-coveralls", - "diff": "kpdecker/jsdiff", - "docco": "jashkenas/docco", - "nyc": "bcoe/nyc", - "zap": "nornagon/node-zap" - }, - "ignore": [ - "**/.*", - "node_modules", - "bower_components", - "test", - "src" - ], - "private": false -}