UNPKG

@doodad-js/xml

Version:
69 lines 1.85 kB
{ "homepage": "https://github.com/doodadjs/", "author": "Claude Petit <doodadjs@gmail.com> (https://github.com/doodadjs/)", "license": "Apache-2.0", "files": [ "src", "lib", "build", "dist", "browserify", "test", "index.js", "index.mjs", "webpack.config.js", "config.json", "make.json", "LICENSE", "README.md", ".eslintignore", ".eslintrc.js", ".gitignore", ".npmignore", ".npmrc", ".travis.yml", "appveyor.yml", "tonic.js" ], "scripts": { "build": "node -r \"@doodad-js/make/make\" . make", "dist": "node -r \"@doodad-js/make/make\" . install", "browserify": "node -r \"@doodad-js/make/make\" . custom=browserify", "test": "node -r \"@doodad-js/make/make\" . custom=test", "lint": "node -r \"@doodad-js/make/make\" . custom=lint" }, "devDependencies": { "@doodad-js/eslint-config-base": "^1.4.0", "@doodad-js/make": "^3.2.0-alpha.0" }, "main": "index.js", "browser": "./browserify/browserify.min.js", "engines": { "node": ">=6.0.0" }, "name": "@doodad-js/xml", "description": "XML Parser", "version": "5.2.0-beta.0", "keywords": [ "doodad-js", "xml", "xsd", "dtd", "sax", "libxml2" ], "dependencies": { "sax": "^1.2.2", "@doodad-js/core": "^9.1.2", "@doodad-js/io": "^6.1.0-alpha.1" }, "repository": { "type": "git", "url": "https://github.com/doodadjs/doodad-js-xml.git" }, "bugs": { "url": "https://github.com/doodadjs/doodad-js-xml/issues", "email": "doodadjs@gmail.com" }, "tonicExampleFilename": "tonic.js" }