wallet-core/node_modules/sax/package.json

13 lines
326 B
JSON
Raw Normal View History

2016-11-03 01:33:53 +01:00
{
"name": "sax",
"description": "An evented streaming XML parser in JavaScript",
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
"version": "0.6.1",
"main": "lib/sax.js",
"license": "BSD",
"scripts": {
"test": "node test/index.js"
},
"repository": "git://github.com/isaacs/sax-js.git"
}