| Current Path : /etc/kibana/node_modules/oboe/ |
| Current File : //etc/kibana/node_modules/oboe/package.json |
{
"name": "oboe",
"title": "Oboe.js",
"version": "2.1.4",
"description": "Oboe.js reads json, giving you the objects as they are found without waiting for the stream to finish",
"main": "./dist/oboe-node.js",
"browser": "./dist/oboe-browser.js",
"scripts": {
"test": "node ./node_modules/grunt-cli/bin/grunt headless-mode default",
"test-start-server": "node ./node_modules/grunt-cli/bin/grunt test-start-server",
"test-run": "node ./node_modules/grunt-cli/bin/grunt test-run",
"test-node": "jasmine JASMINE_CONFIG_PATH=jasmine.json",
"browser-test-auto-run": "node ./node_modules/grunt-cli/bin/grunt test-auto-run",
"node-test-auto-run": "node ./node_modules/grunt-cli/bin/grunt node-test-auto-run",
"dist-sizes": "node ./node_modules/grunt-cli/bin/grunt dist-sizes"
},
"repository": {
"type": "git",
"url": "https://github.com/jimhigson/oboe.js.git"
},
"keywords": [
"json",
"parser",
"stream",
"progressive",
"http",
"sax",
"event",
"emitter",
"async",
"browser"
],
"homepage": "http://oboejs.com",
"author": "Jim Higson",
"license": "BSD",
"readmeFilename": "README.md",
"devDependencies": {},
"dependencies": {},
"jam": {
"main": "dist/oboe-browser.js",
"include": [
"dist/oboe-browser.js",
"LICENCE",
"package.json",
"README.md"
],
"dependencies": {},
"categories": [
"AJAX & Websockets",
"Parsers & Compilers"
]
},
"cleaned": true
}