caffenode-js-build
Version:
build caffe with GPU/CPU
36 lines (35 loc) • 768 B
JSON
{
"name": "caffenode-js-build",
"version": "0.1.0",
"description": "build caffe with GPU/CPU",
"main": "index.js",
"scripts": {
"install": "node ./install.js",
"test": "mocha --recursive ./test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arjun-kava/caffenode-js-build.git"
},
"keywords": [
"caffe",
"opencv",
"dnn",
"deep learning",
"node js",
"javascript"
],
"author": "arjun-kava",
"license": "MIT",
"bugs": {
"url": "https://github.com/arjun-kava/caffenode-js-build/issues"
},
"homepage": "https://github.com/arjun-kava/caffenode-js-build#readme",
"dependencies": {
"npmlog": "^4.1.2"
},
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^5.1.1"
}
}