crdb
Version:
34 lines (33 loc) • 725 B
JSON
{
"name": "crdb",
"version": "1.0.0",
"description": "crdb",
"main": "src/index.js",
"scripts": {
"test": "echo 1",
"build": "cheminfo build -u"
},
"bin": {
"crdb": "./bin/crdb.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cheminfo/chem-ram-db.git"
},
"author": "Michaël Zasso",
"license": "MIT",
"bugs": {
"url": "https://github.com/cheminfo/chem-ram-db/issues"
},
"homepage": "https://github.com/cheminfo/chem-ram-db#readme",
"dependencies": {
"commander": "^2.9.0",
"iobuffer": "^2.0.0",
"openchemlib": "^3.2.4",
"sdf-parser": "^1.0.0",
"timsort": "^0.2.1"
},
"devDependencies": {
"cheminfo-tools": "^1.3.4"
}
}