@tripsuite/cxml
Version:
Advanced schema-aware streaming XML parser
42 lines (41 loc) • 889 B
JSON
{
"name": "@tripsuite/cxml",
"version": "0.1.1",
"description": "Advanced schema-aware streaming XML parser",
"main": "dist/cxml.js",
"typings": "dist/cxml.d.ts",
"scripts": {
"tsc": "tsc",
"prepublish": "tsc -p src",
"test": "tsc -p test && node test/dir-example.js"
},
"author": "Juha Järvi",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/charto/cxml.git"
},
"bugs": {
"url": "https://github.com/charto/cxml/issues"
},
"homepage": "https://github.com/charto/cxml#readme",
"keywords": [
"xml",
"streaming",
"schema",
"parser",
"xsd",
"dts",
"typescript"
],
"dependencies": {
"@types/bluebird": "3.5.0",
"@types/node": "7.0.0",
"@types/sax": "0.0.28",
"bluebird": "3.4.7",
"sax": "1.2.1"
},
"devDependencies": {
"typescript": "2.1.5"
}
}