static-interval-tree
Version:
interval tree, for fast overlapping interval queries
54 lines (53 loc) • 1.48 kB
JSON
{
"name": "static-interval-tree",
"version": "1.3.0",
"description": "interval tree, for fast overlapping interval queries",
"main": "dist/index.js",
"scripts": {
"pretest": "webpack --config webpack.test.js --target node test/all.js",
"test": "mocha --timeout 0 build/testBundle",
"lint": "eslint --no-color js/* test/*",
"clean": "rimraf dist/*",
"start": "webpack-dev-server --devtool eval --progress --colors --history-api-fallback",
"build": "webpack",
"build:prod": "npm run build -- --config webpack.prod.js --devtool source-map",
"prebuild": "npm run clean",
"dist": "npm run clean && babel -d dist js",
"prepublish": "npm run dist"
},
"files": [
"NOTICE",
"LICENSE",
"dist"
],
"author": "Brian Craft",
"repository": {
"type": "git",
"url": "https://github.com/ucscXena/static-interval-tree.git"
},
"devDependencies": {
"assert": "^1.3.0",
"babel": "^5.1.13",
"babel-core": "^5.1.13",
"babel-eslint": "^3.0.1",
"babel-loader": "^5.0.0",
"eslint": "^0.20.0",
"file-loader": "^0.8.1",
"html-webpack-plugin": "^1.1.0",
"jsverify": "^0.6.0-alpha.3",
"mocha": "^2.2.1",
"mocha-loader": "^0.7.1",
"rimraf": "^2.3.2",
"semver": "^5.1.0",
"underscore": "^1.7.0",
"webpack": "^1.5.3",
"webpack-dev-server": "^1.7.0"
},
"dependencies": {},
"keywords": [
"genomic",
"coordinates",
"bioinformatics",
"biojs"
]
}